Html Css Color HEX #96B080 Olivine

📋 copy color: '#96B080'

red 150 ◦ green 176 ◦ blue 128

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

Shades of Olivine #96B080

Tints of Olivine #96B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 33.04%
G = 38.77%
B = 28.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#96B080 (or 0x96B080) is known color: Olivine. HEX triplet: 96, B0 and 80. RGB value is (150,176,128). Sum of RGB (Red+Green+Blue) = 150+176+128=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #96B080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B080 is #694F7F. Grayscale: #A2A2A2. Windows color (decimal): -6901632 or 8433814. OLE color: 8433814.

HSL color Cylindrical-coordinate representation of color #96B080: hue angle of 92.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96B080 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 176 128 -
CMYK 0.15 0 0.27 0.31
HSL 92.5º 0.23% 0.6% -
HSV(B) 92.5º 0.27% 0.69% -
XYZ 32 39.09 26.28 -
YUV 162.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 150 176 128 0.15 0 0.27 0.31 92.5 0.23 0.6
Hex 96 B0 80 F 0 1B 1F 5C 17 3C
Octal 226 260 200 17 0 33 37 134 27 74
Binary 10010110 10110000 10000000 1111 0 11011 11111 1011100 10111 111100

Color Harmonies of #96B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B080

Black with #96B080

Text Example


Text Example

White with #96B080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,176,128); }

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

background-color css

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

 a { background-color: rgb(150,176,128); }

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

border-color css

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

 span { border-color: rgb(150,176,128); }

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