Html Css Color HEX #96AB7A Olivine

📋 copy color: '#96AB7A'

red 150 ◦ green 171 ◦ blue 122

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

Shades of Olivine #96AB7A

Tints of Olivine #96AB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 33.86%
G = 38.6%
B = 27.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#96AB7A (or 0x96AB7A) is known color: Olivine. HEX triplet: 96, AB and 7A. RGB value is (150,171,122). Sum of RGB (Red+Green+Blue) = 150+171+122=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB7A is #695485. Grayscale: #9F9F9F. Windows color (decimal): -6902918 or 8039318. OLE color: 8039318.

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

Color convert

RGB 150 171 122 -
CMYK 0.12 0 0.29 0.33
HSL 85.71º 0.23% 0.57% -
HSV(B) 85.71º 0.29% 0.67% -
XYZ 30.65 37.02 23.94 -
YUV 159.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 150 171 122 0.12 0 0.29 0.33 85.71 0.23 0.57
Hex 96 AB 7A C 0 1D 21 56 17 39
Octal 226 253 172 14 0 35 41 126 27 71
Binary 10010110 10101011 1111010 1100 0 11101 100001 1010110 10111 111001

Color Harmonies of #96AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB7A

Black with #96AB7A

Text Example


Text Example

White with #96AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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