Html Css Color HEX #96AD71 Olivine

📋 copy color: '#96AD71'

red 150 ◦ green 173 ◦ blue 113

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

Shades of Olivine #96AD71

Tints of Olivine #96AD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 34.4%
G = 39.68%
B = 25.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#96AD71 (or 0x96AD71) is known color: Olivine. HEX triplet: 96, AD and 71. RGB value is (150,173,113). Sum of RGB (Red+Green+Blue) = 150+173+113=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD71 is #69528E. Grayscale: #9F9F9F. Windows color (decimal): -6902415 or 7450006. OLE color: 7450006.

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

Color convert

RGB 150 173 113 -
CMYK 0.13 0 0.35 0.32
HSL 83º 0.27% 0.56% -
HSV(B) 83º 0.35% 0.68% -
XYZ 30.5 37.56 21.27 -
YUV 159.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 150 173 113 0.13 0 0.35 0.32 83 0.27 0.56
Hex 96 AD 71 D 0 23 20 53 1B 38
Octal 226 255 161 15 0 43 40 123 33 70
Binary 10010110 10101101 1110001 1101 0 100011 100000 1010011 11011 111000

Color Harmonies of #96AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD71

Black with #96AD71

Text Example


Text Example

White with #96AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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