Html Css Color HEX #99B977 Olivine

📋 copy color: '#99B977'

red 153 ◦ green 185 ◦ blue 119

#99B977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #99B977

Tints of Olivine #99B977

RGB

 RED value IS 153 (60.16% from 255) = 33.48%

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 33.48%
G = 40.48%
B = 26.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#99B977 (or 0x99B977) is known color: Olivine. HEX triplet: 99, B9 and 77. RGB value is (153,185,119). Sum of RGB (Red+Green+Blue) = 153+185+119=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #99B977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B977 is #664688. Grayscale: #A8A8A8. Windows color (decimal): -6702729 or 7846297. OLE color: 7846297.

HSL color Cylindrical-coordinate representation of color #99B977: hue angle of 89.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99B977 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 185 119 -
CMYK 0.17 0 0.36 0.27
HSL 89.09º 0.32% 0.6% -
HSV(B) 89.09º 0.36% 0.73% -
XYZ 33.82 42.8 23.93 -
YUV 167.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 153 185 119 0.17 0 0.36 0.27 89.09 0.32 0.6
Hex 99 B9 77 11 0 24 1B 59 20 3C
Octal 231 271 167 21 0 44 33 131 40 74
Binary 10011001 10111001 1110111 10001 0 100100 11011 1011001 100000 111100

Color Harmonies of #99B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B977

Black with #99B977

Text Example


Text Example

White with #99B977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99B977;
 }
 .AnyTagClassName
 {
   color: #99B977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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