Html Css Color HEX #96B878 Olivine

📋 copy color: '#96B878'

red 150 ◦ green 184 ◦ blue 120

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

Shades of Olivine #96B878

Tints of Olivine #96B878

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

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

R = 33.04%
G = 40.53%
B = 26.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#96B878 (or 0x96B878) is known color: Olivine. HEX triplet: 96, B8 and 78. RGB value is (150,184,120). Sum of RGB (Red+Green+Blue) = 150+184+120=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #96B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B878 is #694787. Grayscale: #A6A6A6. Windows color (decimal): -6899592 or 7911574. OLE color: 7911574.

HSL color Cylindrical-coordinate representation of color #96B878: hue angle of 91.88º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B878 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 120 -
CMYK 0.18 0 0.35 0.28
HSL 91.88º 0.31% 0.6% -
HSV(B) 91.88º 0.35% 0.72% -
XYZ 33.11 42.12 24.15 -
YUV 166.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 150 184 120 0.18 0 0.35 0.28 91.88 0.31 0.6
Hex 96 B8 78 12 0 23 1C 5C 1F 3C
Octal 226 270 170 22 0 43 34 134 37 74
Binary 10010110 10111000 1111000 10010 0 100011 11100 1011100 11111 111100

Color Harmonies of #96B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B878

Black with #96B878

Text Example


Text Example

White with #96B878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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