Html Css Color HEX #919872 Sage

📋 copy color: '#919872'

red 145 ◦ green 152 ◦ blue 114

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

Shades of Sage #919872

Tints of Sage #919872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 35.28%
G = 36.98%
B = 27.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#919872 (or 0x919872) is known color: Sage. HEX triplet: 91, 98 and 72. RGB value is (145,152,114). Sum of RGB (Red+Green+Blue) = 145+152+114=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #919872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919872 is #6E678D. Grayscale: #919191. Windows color (decimal): -7235470 or 7510161. OLE color: 7510161.

HSL color Cylindrical-coordinate representation of color #919872: hue angle of 71.05º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #919872 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 114 -
CMYK 0.05 0 0.25 0.40
HSL 71.05º 0.16% 0.52% -
HSV(B) 71.05º 0.25% 0.6% -
XYZ 25.94 29.69 20.28 -
YUV 145.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 145 152 114 0.05 0 0.25 0.40 71.05 0.16 0.52
Hex 91 98 72 5 0 19 28 47 10 34
Octal 221 230 162 5 0 31 50 107 20 64
Binary 10010001 10011000 1110010 101 0 11001 101000 1000111 10000 110100

Color Harmonies of #919872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919872

Black with #919872

Text Example


Text Example

White with #919872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919872; }

 p { color: rgb(145,152,114); }

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

background-color css

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

 a { background-color: rgb(145,152,114); }

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

border-color css

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

 span { border-color: rgb(145,152,114); }

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