Html Css Color HEX #99C07E Olivine

📋 copy color: '#99C07E'

red 153 ◦ green 192 ◦ blue 126

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

Shades of Olivine #99C07E

Tints of Olivine #99C07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 32.48%
G = 40.76%
B = 26.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#99C07E (or 0x99C07E) is known color: Olivine. HEX triplet: 99, C0 and 7E. RGB value is (153,192,126). Sum of RGB (Red+Green+Blue) = 153+192+126=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #99C07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C07E is #663F81. Grayscale: #ADADAD. Windows color (decimal): -6700930 or 8306841. OLE color: 8306841.

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

Color convert

RGB 153 192 126 -
CMYK 0.20 0 0.34 0.25
HSL 95.45º 0.34% 0.62% -
HSV(B) 95.45º 0.34% 0.75% -
XYZ 35.75 45.98 26.73 -
YUV 172.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 153 192 126 0.20 0 0.34 0.25 95.45 0.34 0.62
Hex 99 C0 7E 14 0 22 19 5F 22 3E
Octal 231 300 176 24 0 42 31 137 42 76
Binary 10011001 11000000 1111110 10100 0 100010 11001 1011111 100010 111110

Color Harmonies of #99C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C07E

Black with #99C07E

Text Example


Text Example

White with #99C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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