Html Css Color HEX #96A378 Sage

📋 copy color: '#96A378'

red 150 ◦ green 163 ◦ blue 120

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

Shades of Sage #96A378

Tints of Sage #96A378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

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

R = 34.64%
G = 37.64%
B = 27.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#96A378 (or 0x96A378) is known color: Sage. HEX triplet: 96, A3 and 78. RGB value is (150,163,120). Sum of RGB (Red+Green+Blue) = 150+163+120=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #96A378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A378 is #695C87. Grayscale: #9A9A9A. Windows color (decimal): -6904968 or 7906198. OLE color: 7906198.

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

Color convert

RGB 150 163 120 -
CMYK 0.08 0 0.26 0.36
HSL 78.14º 0.19% 0.55% -
HSV(B) 78.14º 0.26% 0.64% -
XYZ 29.07 34.03 22.81 -
YUV 154.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 150 163 120 0.08 0 0.26 0.36 78.14 0.19 0.55
Hex 96 A3 78 8 0 1A 24 4E 13 37
Octal 226 243 170 10 0 32 44 116 23 67
Binary 10010110 10100011 1111000 1000 0 11010 100100 1001110 10011 110111

Color Harmonies of #96A378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A378

Black with #96A378

Text Example


Text Example

White with #96A378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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