Html Css Color HEX #96A478 Sage

📋 copy color: '#96A478'

red 150 ◦ green 164 ◦ blue 120

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

Shades of Sage #96A478

Tints of Sage #96A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

 BLUE value IS 120 (47.27% from 255) = 27.65%

R = 34.56%
G = 37.79%
B = 27.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#96A478 (or 0x96A478) is known color: Sage. HEX triplet: 96, A4 and 78. RGB value is (150,164,120). Sum of RGB (Red+Green+Blue) = 150+164+120=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #96A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A478 is #695B87. Grayscale: #9A9A9A. Windows color (decimal): -6904712 or 7906454. OLE color: 7906454.

HSL color Cylindrical-coordinate representation of color #96A478: hue angle of 79.09º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A478 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 120 -
CMYK 0.09 0 0.27 0.36
HSL 79.09º 0.19% 0.56% -
HSV(B) 79.09º 0.27% 0.64% -
XYZ 29.24 34.39 22.87 -
YUV 154.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 150 164 120 0.09 0 0.27 0.36 79.09 0.19 0.56
Hex 96 A4 78 9 0 1B 24 4F 13 38
Octal 226 244 170 11 0 33 44 117 23 70
Binary 10010110 10100100 1111000 1001 0 11011 100100 1001111 10011 111000

Color Harmonies of #96A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A478

Black with #96A478

Text Example


Text Example

White with #96A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,120); }

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

background-color css

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

 a { background-color: rgb(150,164,120); }

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

border-color css

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

 span { border-color: rgb(150,164,120); }

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