Html Css Color HEX #96C376 Olivine

📋 copy color: '#96C376'

red 150 ◦ green 195 ◦ blue 118

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

Shades of Olivine #96C376

Tints of Olivine #96C376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 32.4%
G = 42.12%
B = 25.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#96C376 (or 0x96C376) is known color: Olivine. HEX triplet: 96, C3 and 76. RGB value is (150,195,118). Sum of RGB (Red+Green+Blue) = 150+195+118=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #96C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C376 is #693C89. Grayscale: #ADADAD. Windows color (decimal): -6896778 or 7783318. OLE color: 7783318.

HSL color Cylindrical-coordinate representation of color #96C376: hue angle of 95.06º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C376 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 195 118 -
CMYK 0.23 0 0.39 0.24
HSL 95.06º 0.39% 0.61% -
HSV(B) 95.06º 0.39% 0.76% -
XYZ 35.36 46.82 24.31 -
YUV 172.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 150 195 118 0.23 0 0.39 0.24 95.06 0.39 0.61
Hex 96 C3 76 17 0 27 18 5F 27 3D
Octal 226 303 166 27 0 47 30 137 47 75
Binary 10010110 11000011 1110110 10111 0 100111 11000 1011111 100111 111101

Color Harmonies of #96C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C376

Black with #96C376

Text Example


Text Example

White with #96C376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,118); }

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

background-color css

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

 a { background-color: rgb(150,195,118); }

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

border-color css

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

 span { border-color: rgb(150,195,118); }

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