Html Css Color HEX #96C375 Olivine

📋 copy color: '#96C375'

red 150 ◦ green 195 ◦ blue 117

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

Shades of Olivine #96C375

Tints of Olivine #96C375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 32.47%
G = 42.21%
B = 25.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#96C375 (or 0x96C375) is known color: Olivine. HEX triplet: 96, C3 and 75. RGB value is (150,195,117). Sum of RGB (Red+Green+Blue) = 150+195+117=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #96C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C375 is #693C8A. Grayscale: #ACACAC. Windows color (decimal): -6896779 or 7717782. OLE color: 7717782.

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

Color convert

RGB 150 195 117 -
CMYK 0.23 0 0.4 0.24
HSL 94.62º 0.39% 0.61% -
HSV(B) 94.62º 0.4% 0.76% -
XYZ 35.3 46.8 24 -
YUV 172.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 150 195 117 0.23 0 0.4 0.24 94.62 0.39 0.61
Hex 96 C3 75 17 0 28 18 5F 27 3D
Octal 226 303 165 27 0 50 30 137 47 75
Binary 10010110 11000011 1110101 10111 0 101000 11000 1011111 100111 111101

Color Harmonies of #96C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C375

Black with #96C375

Text Example


Text Example

White with #96C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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