Html Css Color HEX #96C178 Olivine

📋 copy color: '#96C178'

red 150 ◦ green 193 ◦ blue 120

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

Shades of Olivine #96C178

Tints of Olivine #96C178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 32.4%
G = 41.68%
B = 25.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#96C178 (or 0x96C178) is known color: Olivine. HEX triplet: 96, C1 and 78. RGB value is (150,193,120). Sum of RGB (Red+Green+Blue) = 150+193+120=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #96C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C178 is #693E87. Grayscale: #ACACAC. Windows color (decimal): -6897288 or 7913878. OLE color: 7913878.

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

Color convert

RGB 150 193 120 -
CMYK 0.22 0 0.38 0.24
HSL 95.34º 0.37% 0.61% -
HSV(B) 95.34º 0.38% 0.76% -
XYZ 35.04 45.98 24.8 -
YUV 171.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 150 193 120 0.22 0 0.38 0.24 95.34 0.37 0.61
Hex 96 C1 78 16 0 26 18 5F 25 3D
Octal 226 301 170 26 0 46 30 137 45 75
Binary 10010110 11000001 1111000 10110 0 100110 11000 1011111 100101 111101

Color Harmonies of #96C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C178

Black with #96C178

Text Example


Text Example

White with #96C178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,193,120); }

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

background-color css

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

 a { background-color: rgb(150,193,120); }

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

border-color css

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

 span { border-color: rgb(150,193,120); }

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