Html Css Color HEX #799991 Granny Smith

📋 copy color: '#799991'

red 121 ◦ green 153 ◦ blue 145

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

Shades of Granny Smith #799991

Tints of Granny Smith #799991

RGB

 RED value IS 121 (47.66% from 255) = 28.88%

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 28.88%
G = 36.52%
B = 34.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#799991 (or 0x799991) is known color: Granny Smith. HEX triplet: 79, 99 and 91. RGB value is (121,153,145). Sum of RGB (Red+Green+Blue) = 121+153+145=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #799991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799991 is #86666E. Grayscale: #8E8E8E. Windows color (decimal): -8808047 or 9542009. OLE color: 9542009.

HSL color Cylindrical-coordinate representation of color #799991: hue angle of 165º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799991 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 145 -
CMYK 0.21 0 0.05 0.4
HSL 165º 0.14% 0.54% -
HSV(B) 165º 0.21% 0.6% -
XYZ 24.39 28.89 31.08 -
YUV 142.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 121 153 145 0.21 0 0.05 0.4 165 0.14 0.54
Hex 79 99 91 15 0 5 28 A5 E 36
Octal 171 231 221 25 0 5 50 245 16 66
Binary 1111001 10011001 10010001 10101 0 101 101000 10100101 1110 110110

Color Harmonies of #799991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799991

Black with #799991

Text Example


Text Example

White with #799991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799991; }

 p { color: rgb(121,153,145); }

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

background-color css

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

 a { background-color: rgb(121,153,145); }

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

border-color css

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

 span { border-color: rgb(121,153,145); }

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