#94B477

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

Shades of Olivine #94B477

Tints of Olivine #94B477

Color information

#94B477 (or 0x94B477) is unknown color: approx Olivine. HEX triplet: 94, B4 and 77. RGB value is (148,180,119). Sum of RGB (Red+Green+Blue) = 148+180+119=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #94B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B477 is #6B4B88. Grayscale: #A3A3A3. Windows color (decimal): -7031689 or 7845012. OLE color: 7845012.

HSL color Cylindrical-coordinate representation of color #94B477: hue angle of 91.48º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94B477 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB148180119-
CMYK0.1800.340.29
HSL91.48º28.91%58.63%-
HSV(B)91.48º33.89%70.59%-
XYZ31.8640.2723.55-
YUV163.48102.9116.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=33.11%
G=40.27%
B=26.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801190.1800.340.2991.4828.9158.63
Hex94B477120221D5b1d3b
Octal22426416722042351333573
Binary1001010010110100111011110010010001011101101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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