#94C066

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

Shades of Olivine #94C066

Tints of Olivine #94C066

Color information

#94C066 (or 0x94C066) is unknown color: approx Olivine. HEX triplet: 94, C0 and 66. RGB value is (148,192,102). Sum of RGB (Red+Green+Blue) = 148+192+102=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #94C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C066 is #6B3F99. Grayscale: #A8A8A8. Windows color (decimal): -7028634 or 6733972. OLE color: 6733972.

HSL color Cylindrical-coordinate representation of color #94C066: hue angle of 89.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94C066 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB148192102-
CMYK0.2300.470.25
HSL89.33º41.67%57.65%-
HSV(B)89.33º46.88%75.29%-
XYZ33.4644.9519.48-
YUV168.5890.42113.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 192 (75.39% from 255) = 43.44%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=33.48%
G=43.44%
B=23.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481921020.2300.470.2589.3341.6757.65
Hex94C0661702F19592a3a
Octal22430014627057311315272
Binary10010100110000001100110101110101111110011011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,192,102); }

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

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

 a { background-color: rgb(148,192,102); }

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

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

 span { border-color: rgb(148,192,102); }

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