#99B477

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

Shades of Olivine #99B477

Tints of Olivine #99B477

Color information

#99B477 (or 0x99B477) is unknown color: approx Olivine. HEX triplet: 99, B4 and 77. RGB value is (153,180,119). Sum of RGB (Red+Green+Blue) = 153+180+119=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #99B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B477 is #664B88. Grayscale: #A5A5A5. Windows color (decimal): -6704009 or 7845017. OLE color: 7845017.

HSL color Cylindrical-coordinate representation of color #99B477: hue angle of 86.56º 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 #99B477 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB153180119-
CMYK0.1500.340.29
HSL86.56º28.91%58.63%-
HSV(B)86.56º33.89%70.59%-
XYZ32.7940.7523.59-
YUV164.97102.05119.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=33.85%
G=39.82%
B=26.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801190.1500.340.2986.5628.9158.63
Hex99B477F0221D571d3b
Octal23126416717042351273573
Binary100110011011010011101111111010001011101101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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