Html Css Color HEX #96C378 Olivine

📋 copy color: '#96C378'

red 150 ◦ green 195 ◦ blue 120

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

Shades of Olivine #96C378

Tints of Olivine #96C378

RGB

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

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

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

R = 32.26%
G = 41.94%
B = 25.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#96C378 (or 0x96C378) is known color: Olivine. HEX triplet: 96, C3 and 78. RGB value is (150,195,120). Sum of RGB (Red+Green+Blue) = 150+195+120=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #96C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C378 is #693C87. Grayscale: #ADADAD. Windows color (decimal): -6896776 or 7914390. OLE color: 7914390.

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

Color convert

RGB 150 195 120 -
CMYK 0.23 0 0.38 0.24
HSL 96º 0.38% 0.62% -
HSV(B) 96º 0.38% 0.76% -
XYZ 35.48 46.87 24.95 -
YUV 173 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 150 195 120 0.23 0 0.38 0.24 96 0.38 0.62
Hex 96 C3 78 17 0 26 18 60 26 3E
Octal 226 303 170 27 0 46 30 140 46 76
Binary 10010110 11000011 1111000 10111 0 100110 11000 1100000 100110 111110

Color Harmonies of #96C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C378

Black with #96C378

Text Example


Text Example

White with #96C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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