Html Css Color HEX #96AB6D Olivine

📋 copy color: '#96AB6D'

red 150 ◦ green 171 ◦ blue 109

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

Shades of Olivine #96AB6D

Tints of Olivine #96AB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 34.88%
G = 39.77%
B = 25.35%

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

#96AB6D (or 0x96AB6D) is known color: Olivine. HEX triplet: 96, AB and 6D. RGB value is (150,171,109). Sum of RGB (Red+Green+Blue) = 150+171+109=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB6D is #695492. Grayscale: #9D9D9D. Windows color (decimal): -6902931 or 7187350. OLE color: 7187350.

HSL color Cylindrical-coordinate representation of color #96AB6D: hue angle of 80.32º 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 #96AB6D is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 109 -
CMYK 0.12 0 0.36 0.33
HSL 80.32º 0.27% 0.55% -
HSV(B) 80.32º 0.36% 0.67% -
XYZ 29.9 36.71 19.98 -
YUV 157.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 150 171 109 0.12 0 0.36 0.33 80.32 0.27 0.55
Hex 96 AB 6D C 0 24 21 50 1B 37
Octal 226 253 155 14 0 44 41 120 33 67
Binary 10010110 10101011 1101101 1100 0 100100 100001 1010000 11011 110111

Color Harmonies of #96AB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB6D

Black with #96AB6D

Text Example


Text Example

White with #96AB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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