Html Css Color HEX #99C06F Olivine

📋 copy color: '#99C06F'

red 153 ◦ green 192 ◦ blue 111

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

Shades of Olivine #99C06F

Tints of Olivine #99C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.34%

R = 33.55%
G = 42.11%
B = 24.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#99C06F (or 0x99C06F) is known color: Olivine. HEX triplet: 99, C0 and 6F. RGB value is (153,192,111). Sum of RGB (Red+Green+Blue) = 153+192+111=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #99C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C06F is #663F90. Grayscale: #ABABAB. Windows color (decimal): -6700945 or 7323801. OLE color: 7323801.

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

Color convert

RGB 153 192 111 -
CMYK 0.20 0 0.42 0.25
HSL 88.89º 0.39% 0.59% -
HSV(B) 88.89º 0.42% 0.75% -
XYZ 34.86 45.62 22.01 -
YUV 171.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 153 192 111 0.20 0 0.42 0.25 88.89 0.39 0.59
Hex 99 C0 6F 14 0 2A 19 59 27 3B
Octal 231 300 157 24 0 52 31 131 47 73
Binary 10011001 11000000 1101111 10100 0 101010 11001 1011001 100111 111011

Color Harmonies of #99C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C06F

Black with #99C06F

Text Example


Text Example

White with #99C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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