Html Css Color HEX #96AC73 Olivine

📋 copy color: '#96AC73'

red 150 ◦ green 172 ◦ blue 115

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

Shades of Olivine #96AC73

Tints of Olivine #96AC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 34.32%
G = 39.36%
B = 26.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#96AC73 (or 0x96AC73) is known color: Olivine. HEX triplet: 96, AC and 73. RGB value is (150,172,115). Sum of RGB (Red+Green+Blue) = 150+172+115=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC73 is #69538C. Grayscale: #9F9F9F. Windows color (decimal): -6902669 or 7580822. OLE color: 7580822.

HSL color Cylindrical-coordinate representation of color #96AC73: hue angle of 83.16º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96AC73 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 172 115 -
CMYK 0.13 0 0.33 0.33
HSL 83.16º 0.26% 0.56% -
HSV(B) 83.16º 0.33% 0.67% -
XYZ 30.42 37.23 21.8 -
YUV 158.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 150 172 115 0.13 0 0.33 0.33 83.16 0.26 0.56
Hex 96 AC 73 D 0 21 21 53 1A 38
Octal 226 254 163 15 0 41 41 123 32 70
Binary 10010110 10101100 1110011 1101 0 100001 100001 1010011 11010 111000

Color Harmonies of #96AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC73

Black with #96AC73

Text Example


Text Example

White with #96AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,115); }

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

background-color css

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

 a { background-color: rgb(150,172,115); }

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

border-color css

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

 span { border-color: rgb(150,172,115); }

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