Html Css Color HEX #99C065 Olivine

📋 copy color: '#99C065'

red 153 ◦ green 192 ◦ blue 101

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

Shades of Olivine #99C065

Tints of Olivine #99C065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 34.3%
G = 43.05%
B = 22.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#99C065 (or 0x99C065) is known color: Olivine. HEX triplet: 99, C0 and 65. RGB value is (153,192,101). Sum of RGB (Red+Green+Blue) = 153+192+101=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #99C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C065 is #663F9A. Grayscale: #AAAAAA. Windows color (decimal): -6700955 or 6668441. OLE color: 6668441.

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

Color convert

RGB 153 192 101 -
CMYK 0.20 0 0.47 0.25
HSL 85.71º 0.42% 0.57% -
HSV(B) 85.71º 0.47% 0.75% -
XYZ 34.34 45.41 19.27 -
YUV 169.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 153 192 101 0.20 0 0.47 0.25 85.71 0.42 0.57
Hex 99 C0 65 14 0 2F 19 56 2A 39
Octal 231 300 145 24 0 57 31 126 52 71
Binary 10011001 11000000 1100101 10100 0 101111 11001 1010110 101010 111001

Color Harmonies of #99C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C065

Black with #99C065

Text Example


Text Example

White with #99C065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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