Html Css Color HEX #96AB6E Olivine

📋 copy color: '#96AB6E'

red 150 ◦ green 171 ◦ blue 110

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

Shades of Olivine #96AB6E

Tints of Olivine #96AB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 34.8%
G = 39.68%
B = 25.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#96AB6E (or 0x96AB6E) is known color: Olivine. HEX triplet: 96, AB and 6E. RGB value is (150,171,110). Sum of RGB (Red+Green+Blue) = 150+171+110=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB6E is #695491. Grayscale: #9D9D9D. Windows color (decimal): -6902930 or 7252886. OLE color: 7252886.

HSL color Cylindrical-coordinate representation of color #96AB6E: hue angle of 80.66º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96AB6E is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 110 -
CMYK 0.12 0 0.36 0.33
HSL 80.66º 0.27% 0.55% -
HSV(B) 80.66º 0.36% 0.67% -
XYZ 29.96 36.74 20.26 -
YUV 157.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 150 171 110 0.12 0 0.36 0.33 80.66 0.27 0.55
Hex 96 AB 6E C 0 24 21 51 1B 37
Octal 226 253 156 14 0 44 41 121 33 67
Binary 10010110 10101011 1101110 1100 0 100100 100001 1010001 11011 110111

Color Harmonies of #96AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB6E

Black with #96AB6E

Text Example


Text Example

White with #96AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,110); }

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

background-color css

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

 a { background-color: rgb(150,171,110); }

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

border-color css

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

 span { border-color: rgb(150,171,110); }

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