Html Css Color HEX #96B378 Olivine

📋 copy color: '#96B378'

red 150 ◦ green 179 ◦ blue 120

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

Shades of Olivine #96B378

Tints of Olivine #96B378

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

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

R = 33.41%
G = 39.87%
B = 26.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#96B378 (or 0x96B378) is known color: Olivine. HEX triplet: 96, B3 and 78. RGB value is (150,179,120). Sum of RGB (Red+Green+Blue) = 150+179+120=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #96B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B378 is #694C87. Grayscale: #A3A3A3. Windows color (decimal): -6900872 or 7910294. OLE color: 7910294.

HSL color Cylindrical-coordinate representation of color #96B378: hue angle of 89.49º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96B378 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 120 -
CMYK 0.16 0 0.33 0.30
HSL 89.49º 0.28% 0.59% -
HSV(B) 89.49º 0.33% 0.7% -
XYZ 32.09 40.08 23.81 -
YUV 163.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 150 179 120 0.16 0 0.33 0.30 89.49 0.28 0.59
Hex 96 B3 78 10 0 21 1E 59 1C 3B
Octal 226 263 170 20 0 41 36 131 34 73
Binary 10010110 10110011 1111000 10000 0 100001 11110 1011001 11100 111011

Color Harmonies of #96B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B378

Black with #96B378

Text Example


Text Example

White with #96B378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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