Html Css Color HEX #96C065 Olivine

📋 copy color: '#96C065'

red 150 ◦ green 192 ◦ blue 101

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

Shades of Olivine #96C065

Tints of Olivine #96C065

RGB

 RED value IS 150 (58.98% from 255) = 33.86%

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

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

R = 33.86%
G = 43.34%
B = 22.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#96C065 (or 0x96C065) is known color: Olivine. HEX triplet: 96, C0 and 65. RGB value is (150,192,101). Sum of RGB (Red+Green+Blue) = 150+192+101=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #96C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C065 is #693F9A. Grayscale: #A9A9A9. Windows color (decimal): -6897563 or 6668438. OLE color: 6668438.

HSL color Cylindrical-coordinate representation of color #96C065: hue angle of 87.69º 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 #96C065 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 101 -
CMYK 0.22 0 0.47 0.25
HSL 87.69º 0.42% 0.57% -
HSV(B) 87.69º 0.47% 0.75% -
XYZ 33.78 45.12 19.24 -
YUV 169.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 150 192 101 0.22 0 0.47 0.25 87.69 0.42 0.57
Hex 96 C0 65 16 0 2F 19 58 2A 39
Octal 226 300 145 26 0 57 31 130 52 71
Binary 10010110 11000000 1100101 10110 0 101111 11001 1011000 101010 111001

Color Harmonies of #96C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C065

Black with #96C065

Text Example


Text Example

White with #96C065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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