Html Css Color HEX #99C077 Olivine

📋 copy color: '#99C077'

red 153 ◦ green 192 ◦ blue 119

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

Shades of Olivine #99C077

Tints of Olivine #99C077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 32.97%
G = 41.38%
B = 25.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#99C077 (or 0x99C077) is known color: Olivine. HEX triplet: 99, C0 and 77. RGB value is (153,192,119). Sum of RGB (Red+Green+Blue) = 153+192+119=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #99C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C077 is #663F88. Grayscale: #ACACAC. Windows color (decimal): -6700937 or 7848089. OLE color: 7848089.

HSL color Cylindrical-coordinate representation of color #99C077: hue angle of 92.05º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99C077 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 119 -
CMYK 0.20 0 0.38 0.25
HSL 92.05º 0.37% 0.61% -
HSV(B) 92.05º 0.38% 0.75% -
XYZ 35.32 45.8 24.43 -
YUV 172.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 153 192 119 0.20 0 0.38 0.25 92.05 0.37 0.61
Hex 99 C0 77 14 0 26 19 5C 25 3D
Octal 231 300 167 24 0 46 31 134 45 75
Binary 10011001 11000000 1110111 10100 0 100110 11001 1011100 100101 111101

Color Harmonies of #99C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C077

Black with #99C077

Text Example


Text Example

White with #99C077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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