#94C477

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

Shades of Olivine #94C477

Tints of Olivine #94C477

Color information

#94C477 (or 0x94C477) is unknown color: approx Olivine. HEX triplet: 94, C4 and 77. RGB value is (148,196,119). Sum of RGB (Red+Green+Blue) = 148+196+119=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #94C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C477 is #6B3B88. Grayscale: #ADADAD. Windows color (decimal): -7027593 or 7849108. OLE color: 7849108.

HSL color Cylindrical-coordinate representation of color #94C477: hue angle of 97.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94C477 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB148196119-
CMYK0.2400.390.23
HSL97.4º39.49%61.76%-
HSV(B)97.4º39.29%76.86%-
XYZ35.2847.1124.69-
YUV172.8797.6110.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=31.97%
G=42.33%
B=25.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481961190.2400.390.2397.439.4961.76
Hex94C477180271761273e
Octal22430416730047271414776
Binary10010100110001001110111110000100111101111100001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,196,119); }

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

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

 a { background-color: rgb(148,196,119); }

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

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

 span { border-color: rgb(148,196,119); }

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