Html Css Color HEX #919C7A Sage

📋 copy color: '#919C7A'

red 145 ◦ green 156 ◦ blue 122

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

Shades of Sage #919C7A

Tints of Sage #919C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 34.28%
G = 36.88%
B = 28.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#919C7A (or 0x919C7A) is known color: Sage. HEX triplet: 91, 9C and 7A. RGB value is (145,156,122). Sum of RGB (Red+Green+Blue) = 145+156+122=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #919C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C7A is #6E6385. Grayscale: #949494. Windows color (decimal): -7234438 or 8035473. OLE color: 8035473.

HSL color Cylindrical-coordinate representation of color #919C7A: hue angle of 79.41º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919C7A is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 156 122 -
CMYK 0.07 0 0.22 0.39
HSL 79.41º 0.15% 0.55% -
HSV(B) 79.41º 0.22% 0.61% -
XYZ 27.08 31.2 23.01 -
YUV 148.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 145 156 122 0.07 0 0.22 0.39 79.41 0.15 0.55
Hex 91 9C 7A 7 0 16 27 4F F 37
Octal 221 234 172 7 0 26 47 117 17 67
Binary 10010001 10011100 1111010 111 0 10110 100111 1001111 1111 110111

Color Harmonies of #919C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919C7A

Black with #919C7A

Text Example


Text Example

White with #919C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,156,122); }

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

background-color css

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

 a { background-color: rgb(145,156,122); }

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

border-color css

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

 span { border-color: rgb(145,156,122); }

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