Html Css Color HEX #919D70 Sage

📋 copy color: '#919D70'

red 145 ◦ green 157 ◦ blue 112

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

Shades of Sage #919D70

Tints of Sage #919D70

RGB

 RED value IS 145 (57.03% from 255) = 35.02%

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 35.02%
G = 37.92%
B = 27.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#919D70 (or 0x919D70) is known color: Sage. HEX triplet: 91, 9D and 70. RGB value is (145,157,112). Sum of RGB (Red+Green+Blue) = 145+157+112=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #919D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D70 is #6E628F. Grayscale: #949494. Windows color (decimal): -7234192 or 7380369. OLE color: 7380369.

HSL color Cylindrical-coordinate representation of color #919D70: hue angle of 76º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919D70 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 157 112 -
CMYK 0.08 0 0.29 0.38
HSL 76º 0.19% 0.53% -
HSV(B) 76º 0.29% 0.62% -
XYZ 26.66 31.3 19.97 -
YUV 148.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 145 157 112 0.08 0 0.29 0.38 76 0.19 0.53
Hex 91 9D 70 8 0 1D 26 4C 13 35
Octal 221 235 160 10 0 35 46 114 23 65
Binary 10010001 10011101 1110000 1000 0 11101 100110 1001100 10011 110101

Color Harmonies of #919D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919D70

Black with #919D70

Text Example


Text Example

White with #919D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919D70; }

 p { color: rgb(145,157,112); }

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

background-color css

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

 a { background-color: rgb(145,157,112); }

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

border-color css

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

 span { border-color: rgb(145,157,112); }

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