#99B377

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

Shades of Olivine #99B377

Tints of Olivine #99B377

Color information

#99B377 (or 0x99B377) is unknown color: approx Olivine. HEX triplet: 99, B3 and 77. RGB value is (153,179,119). Sum of RGB (Red+Green+Blue) = 153+179+119=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #99B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B377 is #664C88. Grayscale: #A4A4A4. Windows color (decimal): -6704265 or 7844761. OLE color: 7844761.

HSL color Cylindrical-coordinate representation of color #99B377: hue angle of 86º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99B377 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB153179119-
CMYK0.1500.340.30
HSL86º28.3%58.43%-
HSV(B)86º33.52%70.2%-
XYZ32.5940.3423.52-
YUV164.39102.39119.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=33.92%
G=39.69%
B=26.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531791190.1500.340.308628.358.43
Hex99B377F0221E561c3a
Octal23126316717042361263472
Binary100110011011001111101111111010001011110101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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