Html Css Color HEX #799088 Granny Smith

📋 copy color: '#799088'

red 121 ◦ green 144 ◦ blue 136

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

Shades of Granny Smith #799088

Tints of Granny Smith #799088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 30.17%
G = 35.91%
B = 33.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#799088 (or 0x799088) is known color: Granny Smith. HEX triplet: 79, 90 and 88. RGB value is (121,144,136). Sum of RGB (Red+Green+Blue) = 121+144+136=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #799088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799088 is #866F77. Grayscale: #888888. Windows color (decimal): -8810360 or 8949881. OLE color: 8949881.

HSL color Cylindrical-coordinate representation of color #799088: hue angle of 159.13º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #799088 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 136 -
CMYK 0.16 0 0.06 0.44
HSL 159.13º 0.09% 0.52% -
HSV(B) 159.13º 0.16% 0.56% -
XYZ 22.3 25.79 27.09 -
YUV 136.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 121 144 136 0.16 0 0.06 0.44 159.13 0.09 0.52
Hex 79 90 88 10 0 6 2C 9F 9 34
Octal 171 220 210 20 0 6 54 237 11 64
Binary 1111001 10010000 10001000 10000 0 110 101100 10011111 1001 110100

Color Harmonies of #799088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799088

Black with #799088

Text Example


Text Example

White with #799088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799088; }

 p { color: rgb(121,144,136); }

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

background-color css

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

 a { background-color: rgb(121,144,136); }

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

border-color css

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

 span { border-color: rgb(121,144,136); }

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