Html Css Color HEX #96AD7C Olivine

📋 copy color: '#96AD7C'

red 150 ◦ green 173 ◦ blue 124

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

Shades of Olivine #96AD7C

Tints of Olivine #96AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.7%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 33.56%
G = 38.7%
B = 27.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#96AD7C (or 0x96AD7C) is known color: Olivine. HEX triplet: 96, AD and 7C. RGB value is (150,173,124). Sum of RGB (Red+Green+Blue) = 150+173+124=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD7C is #695283. Grayscale: #A0A0A0. Windows color (decimal): -6902404 or 8170902. OLE color: 8170902.

HSL color Cylindrical-coordinate representation of color #96AD7C: hue angle of 88.16º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96AD7C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 124 -
CMYK 0.13 0 0.28 0.32
HSL 88.16º 0.23% 0.58% -
HSV(B) 88.16º 0.28% 0.68% -
XYZ 31.16 37.83 24.73 -
YUV 160.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 150 173 124 0.13 0 0.28 0.32 88.16 0.23 0.58
Hex 96 AD 7C D 0 1C 20 58 17 3A
Octal 226 255 174 15 0 34 40 130 27 72
Binary 10010110 10101101 1111100 1101 0 11100 100000 1011000 10111 111010

Color Harmonies of #96AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD7C

Black with #96AD7C

Text Example


Text Example

White with #96AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,124); }

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

background-color css

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

 a { background-color: rgb(150,173,124); }

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

border-color css

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

 span { border-color: rgb(150,173,124); }

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