Html Css Color HEX #96B178 Olivine

📋 copy color: '#96B178'

red 150 ◦ green 177 ◦ blue 120

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

Shades of Olivine #96B178

Tints of Olivine #96B178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.6%

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

R = 33.56%
G = 39.6%
B = 26.85%

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

#96B178 (or 0x96B178) is known color: Olivine. HEX triplet: 96, B1 and 78. RGB value is (150,177,120). Sum of RGB (Red+Green+Blue) = 150+177+120=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #96B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B178 is #694E87. Grayscale: #A2A2A2. Windows color (decimal): -6901384 or 7909782. OLE color: 7909782.

HSL color Cylindrical-coordinate representation of color #96B178: hue angle of 88.42º degrees, saturation: 0.27, 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 #96B178 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 120 -
CMYK 0.15 0 0.32 0.31
HSL 88.42º 0.27% 0.58% -
HSV(B) 88.42º 0.32% 0.69% -
XYZ 31.69 39.28 23.68 -
YUV 162.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 150 177 120 0.15 0 0.32 0.31 88.42 0.27 0.58
Hex 96 B1 78 F 0 20 1F 58 1B 3A
Octal 226 261 170 17 0 40 37 130 33 72
Binary 10010110 10110001 1111000 1111 0 100000 11111 1011000 11011 111010

Color Harmonies of #96B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B178

Black with #96B178

Text Example


Text Example

White with #96B178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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