Html Css Color HEX #99CC6F Olivine

📋 copy color: '#99CC6F'

red 153 ◦ green 204 ◦ blue 111

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

Shades of Olivine #99CC6F

Tints of Olivine #99CC6F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

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

R = 32.69%
G = 43.59%
B = 23.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#99CC6F (or 0x99CC6F) is known color: Olivine. HEX triplet: 99, CC and 6F. RGB value is (153,204,111). Sum of RGB (Red+Green+Blue) = 153+204+111=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC6F is #663390. Grayscale: #B2B2B2. Windows color (decimal): -6697873 or 7326873. OLE color: 7326873.

HSL color Cylindrical-coordinate representation of color #99CC6F: hue angle of 92.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99CC6F is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 111 -
CMYK 0.25 0 0.46 0.2
HSL 92.9º 0.48% 0.62% -
HSV(B) 92.9º 0.46% 0.8% -
XYZ 37.6 51.11 22.92 -
YUV 178.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 153 204 111 0.25 0 0.46 0.2 92.9 0.48 0.62
Hex 99 CC 6F 19 0 2E 14 5D 30 3E
Octal 231 314 157 31 0 56 24 135 60 76
Binary 10011001 11001100 1101111 11001 0 101110 10100 1011101 110000 111110

Color Harmonies of #99CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC6F

Black with #99CC6F

Text Example


Text Example

White with #99CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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