Html Css Color HEX #96B078 Olivine

📋 copy color: '#96B078'

red 150 ◦ green 176 ◦ blue 120

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

Shades of Olivine #96B078

Tints of Olivine #96B078

RGB

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

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

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

R = 33.63%
G = 39.46%
B = 26.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#96B078 (or 0x96B078) is known color: Olivine. HEX triplet: 96, B0 and 78. RGB value is (150,176,120). Sum of RGB (Red+Green+Blue) = 150+176+120=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #96B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B078 is #694F87. Grayscale: #A2A2A2. Windows color (decimal): -6901640 or 7909526. OLE color: 7909526.

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

Color convert

RGB 150 176 120 -
CMYK 0.15 0 0.32 0.31
HSL 87.86º 0.26% 0.58% -
HSV(B) 87.86º 0.32% 0.69% -
XYZ 31.49 38.89 23.62 -
YUV 161.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 150 176 120 0.15 0 0.32 0.31 87.86 0.26 0.58
Hex 96 B0 78 F 0 20 1F 58 1A 3A
Octal 226 260 170 17 0 40 37 130 32 72
Binary 10010110 10110000 1111000 1111 0 100000 11111 1011000 11010 111010

Color Harmonies of #96B078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B078

Black with #96B078

Text Example


Text Example

White with #96B078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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