Html Css Color HEX #909972 Sage

📋 copy color: '#909972'

red 144 ◦ green 153 ◦ blue 114

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

Shades of Sage #909972

Tints of Sage #909972

RGB

 RED value IS 144 (56.64% from 255) = 35.04%

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 35.04%
G = 37.23%
B = 27.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#909972 (or 0x909972) is known color: Sage. HEX triplet: 90, 99 and 72. RGB value is (144,153,114). Sum of RGB (Red+Green+Blue) = 144+153+114=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #909972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909972 is #6F668D. Grayscale: #929292. Windows color (decimal): -7300750 or 7510416. OLE color: 7510416.

HSL color Cylindrical-coordinate representation of color #909972: hue angle of 73.85º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909972 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 114 -
CMYK 0.06 0 0.25 0.4
HSL 73.85º 0.16% 0.52% -
HSV(B) 73.85º 0.25% 0.6% -
XYZ 25.93 29.93 20.33 -
YUV 145.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 144 153 114 0.06 0 0.25 0.4 73.85 0.16 0.52
Hex 90 99 72 6 0 19 28 4A 10 34
Octal 220 231 162 6 0 31 50 112 20 64
Binary 10010000 10011001 1110010 110 0 11001 101000 1001010 10000 110100

Color Harmonies of #909972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909972

Black with #909972

Text Example


Text Example

White with #909972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909972; }

 p { color: rgb(144,153,114); }

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

background-color css

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

 a { background-color: rgb(144,153,114); }

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

border-color css

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

 span { border-color: rgb(144,153,114); }

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