Html Css Color HEX #96C061 Olivine

📋 copy color: '#96C061'

red 150 ◦ green 192 ◦ blue 97

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

Shades of Olivine #96C061

Tints of Olivine #96C061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 34.17%
G = 43.74%
B = 22.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#96C061 (or 0x96C061) is known color: Olivine. HEX triplet: 96, C0 and 61. RGB value is (150,192,97). Sum of RGB (Red+Green+Blue) = 150+192+97=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #96C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C061 is #693F9E. Grayscale: #A8A8A8. Windows color (decimal): -6897567 or 6406294. OLE color: 6406294.

HSL color Cylindrical-coordinate representation of color #96C061: hue angle of 86.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96C061 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 97 -
CMYK 0.22 0 0.49 0.25
HSL 86.53º 0.43% 0.57% -
HSV(B) 86.53º 0.49% 0.75% -
XYZ 33.58 45.05 18.23 -
YUV 168.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 150 192 97 0.22 0 0.49 0.25 86.53 0.43 0.57
Hex 96 C0 61 16 0 31 19 57 2B 39
Octal 226 300 141 26 0 61 31 127 53 71
Binary 10010110 11000000 1100001 10110 0 110001 11001 1010111 101011 111001

Color Harmonies of #96C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C061

Black with #96C061

Text Example


Text Example

White with #96C061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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