#94CF6B

Color #94CF6B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #94CF6B

Tints of Olivine #94CF6B

Color information

#94CF6B (or 0x94CF6B) is unknown color: approx Olivine. HEX triplet: 94, CF and 6B. RGB value is (148,207,107). Sum of RGB (Red+Green+Blue) = 148+207+107=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CF6B is #6B3094. Grayscale: #B2B2B2. Windows color (decimal): -7024789 or 7065492. OLE color: 7065492.

HSL color Cylindrical-coordinate representation of color #94CF6B: hue angle of 95.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94CF6B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB148207107-
CMYK0.2900.480.19
HSL95.4º51.02%61.57%-
HSV(B)95.4º48.31%81.18%-
XYZ37.1851.9821.98-
YUV177.9687.95106.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 207 (81.25% from 255) = 44.81%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=32.03%
G=44.81%
B=23.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482071070.2900.480.1995.451.0261.57
Hex94CF6B1D030135f333e
Octal22431715335060231376376
Binary10010100110011111101011111010110000100111011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CF6B; }

 p { color: rgb(148,207,107); }

 H1.HeaderClassName
 {
   color: #94CF6B;
 }
 .AnyTagClassName
 {
   color: #94CF6B;
 }
</style>
background-color css

<style>
 a { background-color: #94CF6B; }

 a { background-color: rgb(148,207,107); }

 div.DivClassName
 {
   background-color: #94CF6B;
 }
 .BgClassName
 {
   background-color: #94CF6B;
 }
</style>
border-color css

<style>
 span { border-color: #94CF6B; }

 span { border-color: rgb(148,207,107); }

 td.TdClassName
 {
   border-color: #94CF6B;
 }
 .TagClassName
 {
   border-color: #94CF6B;
 }
</style>