Html Css Color HEX #96AD70 Olivine

📋 copy color: '#96AD70'

red 150 ◦ green 173 ◦ blue 112

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

Shades of Olivine #96AD70

Tints of Olivine #96AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 34.48%
G = 39.77%
B = 25.75%

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

#96AD70 (or 0x96AD70) is known color: Olivine. HEX triplet: 96, AD and 70. RGB value is (150,173,112). Sum of RGB (Red+Green+Blue) = 150+173+112=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD70 is #69528F. Grayscale: #9F9F9F. Windows color (decimal): -6902416 or 7384470. OLE color: 7384470.

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

Color convert

RGB 150 173 112 -
CMYK 0.13 0 0.35 0.32
HSL 82.62º 0.27% 0.56% -
HSV(B) 82.62º 0.35% 0.68% -
XYZ 30.45 37.54 20.97 -
YUV 159.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 150 173 112 0.13 0 0.35 0.32 82.62 0.27 0.56
Hex 96 AD 70 D 0 23 20 53 1B 38
Octal 226 255 160 15 0 43 40 123 33 70
Binary 10010110 10101101 1110000 1101 0 100011 100000 1010011 11011 111000

Color Harmonies of #96AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD70

Black with #96AD70

Text Example


Text Example

White with #96AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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