Html Css Color HEX #919675 Sage

📋 copy color: '#919675'

red 145 ◦ green 150 ◦ blue 117

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

Shades of Sage #919675

Tints of Sage #919675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 35.19%
G = 36.41%
B = 28.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#919675 (or 0x919675) is known color: Sage. HEX triplet: 91, 96 and 75. RGB value is (145,150,117). Sum of RGB (Red+Green+Blue) = 145+150+117=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #919675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919675 is #6E698A. Grayscale: #909090. Windows color (decimal): -7235979 or 7706257. OLE color: 7706257.

HSL color Cylindrical-coordinate representation of color #919675: hue angle of 69.09º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919675 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 150 117 -
CMYK 0.03 0 0.22 0.41
HSL 69.09º 0.14% 0.52% -
HSV(B) 69.09º 0.22% 0.59% -
XYZ 25.79 29.12 21.09 -
YUV 144.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 145 150 117 0.03 0 0.22 0.41 69.09 0.14 0.52
Hex 91 96 75 3 0 16 29 45 E 34
Octal 221 226 165 3 0 26 51 105 16 64
Binary 10010001 10010110 1110101 11 0 10110 101001 1000101 1110 110100

Color Harmonies of #919675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919675

Black with #919675

Text Example


Text Example

White with #919675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919675; }

 p { color: rgb(145,150,117); }

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

background-color css

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

 a { background-color: rgb(145,150,117); }

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

border-color css

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

 span { border-color: rgb(145,150,117); }

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