Html Css Color HEX #96C370 Olivine

📋 copy color: '#96C370'

red 150 ◦ green 195 ◦ blue 112

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

Shades of Olivine #96C370

Tints of Olivine #96C370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 32.82%
G = 42.67%
B = 24.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#96C370 (or 0x96C370) is known color: Olivine. HEX triplet: 96, C3 and 70. RGB value is (150,195,112). Sum of RGB (Red+Green+Blue) = 150+195+112=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #96C370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C370 is #693C8F. Grayscale: #ACACAC. Windows color (decimal): -6896784 or 7390102. OLE color: 7390102.

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

Color convert

RGB 150 195 112 -
CMYK 0.23 0 0.43 0.24
HSL 92.53º 0.41% 0.6% -
HSV(B) 92.53º 0.43% 0.76% -
XYZ 35.02 46.68 22.49 -
YUV 172.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 150 195 112 0.23 0 0.43 0.24 92.53 0.41 0.6
Hex 96 C3 70 17 0 2B 18 5D 29 3C
Octal 226 303 160 27 0 53 30 135 51 74
Binary 10010110 11000011 1110000 10111 0 101011 11000 1011101 101001 111100

Color Harmonies of #96C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C370

Black with #96C370

Text Example


Text Example

White with #96C370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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