Html Css Color HEX #919E6C Sage

📋 copy color: '#919E6C'

red 145 ◦ green 158 ◦ blue 108

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

Shades of Sage #919E6C

Tints of Sage #919E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 35.28%
G = 38.44%
B = 26.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#919E6C (or 0x919E6C) is known color: Sage. HEX triplet: 91, 9E and 6C. RGB value is (145,158,108). Sum of RGB (Red+Green+Blue) = 145+158+108=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #919E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E6C is #6E6193. Grayscale: #949494. Windows color (decimal): -7233940 or 7118481. OLE color: 7118481.

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

Color convert

RGB 145 158 108 -
CMYK 0.08 0 0.32 0.38
HSL 75.6º 0.2% 0.52% -
HSV(B) 75.6º 0.32% 0.62% -
XYZ 26.61 31.56 18.88 -
YUV 148.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 145 158 108 0.08 0 0.32 0.38 75.6 0.2 0.52
Hex 91 9E 6C 8 0 20 26 4C 14 34
Octal 221 236 154 10 0 40 46 114 24 64
Binary 10010001 10011110 1101100 1000 0 100000 100110 1001100 10100 110100

Color Harmonies of #919E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919E6C

Black with #919E6C

Text Example


Text Example

White with #919E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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