Html Css Color HEX #919F74 Sage

📋 copy color: '#919F74'

red 145 ◦ green 159 ◦ blue 116

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

Shades of Sage #919F74

Tints of Sage #919F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 34.52%
G = 37.86%
B = 27.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#919F74 (or 0x919F74) is known color: Sage. HEX triplet: 91, 9F and 74. RGB value is (145,159,116). Sum of RGB (Red+Green+Blue) = 145+159+116=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #919F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F74 is #6E608B. Grayscale: #969696. Windows color (decimal): -7233676 or 7643025. OLE color: 7643025.

HSL color Cylindrical-coordinate representation of color #919F74: hue angle of 79.53º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #919F74 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 159 116 -
CMYK 0.09 0 0.27 0.38
HSL 79.53º 0.18% 0.54% -
HSV(B) 79.53º 0.27% 0.62% -
XYZ 27.23 32.08 21.28 -
YUV 149.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 145 159 116 0.09 0 0.27 0.38 79.53 0.18 0.54
Hex 91 9F 74 9 0 1B 26 50 12 36
Octal 221 237 164 11 0 33 46 120 22 66
Binary 10010001 10011111 1110100 1001 0 11011 100110 1010000 10010 110110

Color Harmonies of #919F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919F74

Black with #919F74

Text Example


Text Example

White with #919F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,159,116); }

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

background-color css

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

 a { background-color: rgb(145,159,116); }

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

border-color css

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

 span { border-color: rgb(145,159,116); }

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