Html Css Color HEX #919E70 Sage

📋 copy color: '#919E70'

red 145 ◦ green 158 ◦ blue 112

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

Shades of Sage #919E70

Tints of Sage #919E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.07%

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

R = 34.94%
G = 38.07%
B = 26.99%

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

#919E70 (or 0x919E70) is known color: Sage. HEX triplet: 91, 9E and 70. RGB value is (145,158,112). Sum of RGB (Red+Green+Blue) = 145+158+112=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #919E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E70 is #6E618F. Grayscale: #959595. Windows color (decimal): -7233936 or 7380625. OLE color: 7380625.

HSL color Cylindrical-coordinate representation of color #919E70: hue angle of 76.96º 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 #919E70 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 158 112 -
CMYK 0.08 0 0.29 0.38
HSL 76.96º 0.19% 0.53% -
HSV(B) 76.96º 0.29% 0.62% -
XYZ 26.83 31.64 20.02 -
YUV 148.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 145 158 112 0.08 0 0.29 0.38 76.96 0.19 0.53
Hex 91 9E 70 8 0 1D 26 4D 13 35
Octal 221 236 160 10 0 35 46 115 23 65
Binary 10010001 10011110 1110000 1000 0 11101 100110 1001101 10011 110101

Color Harmonies of #919E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919E70

Black with #919E70

Text Example


Text Example

White with #919E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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