Html Css Color HEX #909F70 Sage

📋 copy color: '#909F70'

red 144 ◦ green 159 ◦ blue 112

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

Shades of Sage #909F70

Tints of Sage #909F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.31%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 34.7%
G = 38.31%
B = 26.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#909F70 (or 0x909F70) is known color: Sage. HEX triplet: 90, 9F and 70. RGB value is (144,159,112). Sum of RGB (Red+Green+Blue) = 144+159+112=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #909F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909F70 is #6F608F. Grayscale: #959595. Windows color (decimal): -7299216 or 7380880. OLE color: 7380880.

HSL color Cylindrical-coordinate representation of color #909F70: hue angle of 79.15º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909F70 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 159 112 -
CMYK 0.09 0 0.30 0.38
HSL 79.15º 0.2% 0.53% -
HSV(B) 79.15º 0.3% 0.62% -
XYZ 26.82 31.9 20.07 -
YUV 149.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 144 159 112 0.09 0 0.30 0.38 79.15 0.2 0.53
Hex 90 9F 70 9 0 1E 26 4F 14 35
Octal 220 237 160 11 0 36 46 117 24 65
Binary 10010000 10011111 1110000 1001 0 11110 100110 1001111 10100 110101

Color Harmonies of #909F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909F70

Black with #909F70

Text Example


Text Example

White with #909F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909F70; }

 p { color: rgb(144,159,112); }

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

background-color css

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

 a { background-color: rgb(144,159,112); }

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

border-color css

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

 span { border-color: rgb(144,159,112); }

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