Html Css Color HEX #99C074 Olivine

📋 copy color: '#99C074'

red 153 ◦ green 192 ◦ blue 116

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

Shades of Olivine #99C074

Tints of Olivine #99C074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 33.19%
G = 41.65%
B = 25.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#99C074 (or 0x99C074) is known color: Olivine. HEX triplet: 99, C0 and 74. RGB value is (153,192,116). Sum of RGB (Red+Green+Blue) = 153+192+116=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #99C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C074 is #663F8B. Grayscale: #ABABAB. Windows color (decimal): -6700940 or 7651481. OLE color: 7651481.

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

Color convert

RGB 153 192 116 -
CMYK 0.20 0 0.40 0.25
HSL 90.79º 0.38% 0.6% -
HSV(B) 90.79º 0.4% 0.75% -
XYZ 35.14 45.73 23.5 -
YUV 171.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 153 192 116 0.20 0 0.40 0.25 90.79 0.38 0.6
Hex 99 C0 74 14 0 28 19 5B 26 3C
Octal 231 300 164 24 0 50 31 133 46 74
Binary 10011001 11000000 1110100 10100 0 101000 11001 1011011 100110 111100

Color Harmonies of #99C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C074

Black with #99C074

Text Example


Text Example

White with #99C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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