Html Css Color HEX #96A87F Olivine

📋 copy color: '#96A87F'

red 150 ◦ green 168 ◦ blue 127

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

Shades of Olivine #96A87F

Tints of Olivine #96A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 127 (50% from 255) = 28.54%

R = 33.71%
G = 37.75%
B = 28.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#96A87F (or 0x96A87F) is known color: Olivine. HEX triplet: 96, A8 and 7F. RGB value is (150,168,127). Sum of RGB (Red+Green+Blue) = 150+168+127=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 168 - color contains mainly: green. Hex color #96A87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A87F is #695780. Grayscale: #9E9E9E. Windows color (decimal): -6903681 or 8366230. OLE color: 8366230.

HSL color Cylindrical-coordinate representation of color #96A87F: hue angle of 86.34º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96A87F is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 168 127 -
CMYK 0.11 0 0.24 0.34
HSL 86.34º 0.19% 0.58% -
HSV(B) 86.34º 0.24% 0.66% -
XYZ 30.41 36.02 25.43 -
YUV 157.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 150 168 127 0.11 0 0.24 0.34 86.34 0.19 0.58
Hex 96 A8 7F B 0 18 22 56 13 3A
Octal 226 250 177 13 0 30 42 126 23 72
Binary 10010110 10101000 1111111 1011 0 11000 100010 1010110 10011 111010

Color Harmonies of #96A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A87F

Black with #96A87F

Text Example


Text Example

White with #96A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,168,127); }

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

background-color css

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

 a { background-color: rgb(150,168,127); }

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

border-color css

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

 span { border-color: rgb(150,168,127); }

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