Html Css Color HEX #96AD7D Olivine

📋 copy color: '#96AD7D'

red 150 ◦ green 173 ◦ blue 125

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

Shades of Olivine #96AD7D

Tints of Olivine #96AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 33.48%
G = 38.62%
B = 27.9%

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

#96AD7D (or 0x96AD7D) is known color: Olivine. HEX triplet: 96, AD and 7D. RGB value is (150,173,125). Sum of RGB (Red+Green+Blue) = 150+173+125=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD7D is #695282. Grayscale: #A0A0A0. Windows color (decimal): -6902403 or 8236438. OLE color: 8236438.

HSL color Cylindrical-coordinate representation of color #96AD7D: hue angle of 88.75º 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 #96AD7D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 125 -
CMYK 0.13 0 0.28 0.32
HSL 88.75º 0.23% 0.58% -
HSV(B) 88.75º 0.28% 0.68% -
XYZ 31.22 37.85 25.06 -
YUV 160.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 150 173 125 0.13 0 0.28 0.32 88.75 0.23 0.58
Hex 96 AD 7D D 0 1C 20 59 17 3A
Octal 226 255 175 15 0 34 40 131 27 72
Binary 10010110 10101101 1111101 1101 0 11100 100000 1011001 10111 111010

Color Harmonies of #96AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD7D

Black with #96AD7D

Text Example


Text Example

White with #96AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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