Html Css Color HEX #96A572 Sage

📋 copy color: '#96A572'

red 150 ◦ green 165 ◦ blue 114

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

Shades of Sage #96A572

Tints of Sage #96A572

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 34.97%
G = 38.46%
B = 26.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#96A572 (or 0x96A572) is known color: Sage. HEX triplet: 96, A5 and 72. RGB value is (150,165,114). Sum of RGB (Red+Green+Blue) = 150+165+114=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #96A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A572 is #695A8D. Grayscale: #9A9A9A. Windows color (decimal): -6904462 or 7513494. OLE color: 7513494.

HSL color Cylindrical-coordinate representation of color #96A572: hue angle of 77.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A572 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 165 114 -
CMYK 0.09 0 0.31 0.35
HSL 77.65º 0.22% 0.55% -
HSV(B) 77.65º 0.31% 0.65% -
XYZ 29.07 34.61 21.07 -
YUV 154.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 150 165 114 0.09 0 0.31 0.35 77.65 0.22 0.55
Hex 96 A5 72 9 0 1F 23 4E 16 37
Octal 226 245 162 11 0 37 43 116 26 67
Binary 10010110 10100101 1110010 1001 0 11111 100011 1001110 10110 110111

Color Harmonies of #96A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A572

Black with #96A572

Text Example


Text Example

White with #96A572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,165,114); }

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

background-color css

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

 a { background-color: rgb(150,165,114); }

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

border-color css

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

 span { border-color: rgb(150,165,114); }

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