Html Css Color HEX #99C66C Olivine

📋 copy color: '#99C66C'

red 153 ◦ green 198 ◦ blue 108

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

Shades of Olivine #99C66C

Tints of Olivine #99C66C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 33.33%
G = 43.14%
B = 23.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#99C66C (or 0x99C66C) is known color: Olivine. HEX triplet: 99, C6 and 6C. RGB value is (153,198,108). Sum of RGB (Red+Green+Blue) = 153+198+108=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #99C66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C66C is #663993. Grayscale: #AEAEAE. Windows color (decimal): -6699412 or 7128729. OLE color: 7128729.

HSL color Cylindrical-coordinate representation of color #99C66C: hue angle of 90º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99C66C is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 198 108 -
CMYK 0.23 0 0.45 0.22
HSL 90º 0.44% 0.6% -
HSV(B) 90º 0.45% 0.78% -
XYZ 36.04 48.24 21.6 -
YUV 174.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 153 198 108 0.23 0 0.45 0.22 90 0.44 0.6
Hex 99 C6 6C 17 0 2D 16 5A 2C 3C
Octal 231 306 154 27 0 55 26 132 54 74
Binary 10011001 11000110 1101100 10111 0 101101 10110 1011010 101100 111100

Color Harmonies of #99C66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C66C

Black with #99C66C

Text Example


Text Example

White with #99C66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,198,108); }

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

background-color css

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

 a { background-color: rgb(153,198,108); }

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

border-color css

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

 span { border-color: rgb(153,198,108); }

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