Html Css Color HEX #799A8F Granny Smith

📋 copy color: '#799A8F'

red 121 ◦ green 154 ◦ blue 143

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

Shades of Granny Smith #799A8F

Tints of Granny Smith #799A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 28.95%
G = 36.84%
B = 34.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#799A8F (or 0x799A8F) is known color: Granny Smith. HEX triplet: 79, 9A and 8F. RGB value is (121,154,143). Sum of RGB (Red+Green+Blue) = 121+154+143=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #799A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799A8F is #866570. Grayscale: #8E8E8E. Windows color (decimal): -8807793 or 9411193. OLE color: 9411193.

HSL color Cylindrical-coordinate representation of color #799A8F: hue angle of 160º 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 #799A8F is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 154 143 -
CMYK 0.21 0 0.07 0.40
HSL 160º 0.14% 0.54% -
HSV(B) 160º 0.21% 0.6% -
XYZ 24.4 29.16 30.33 -
YUV 142.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 121 154 143 0.21 0 0.07 0.40 160 0.14 0.54
Hex 79 9A 8F 15 0 7 28 A0 E 36
Octal 171 232 217 25 0 7 50 240 16 66
Binary 1111001 10011010 10001111 10101 0 111 101000 10100000 1110 110110

Color Harmonies of #799A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799A8F

Black with #799A8F

Text Example


Text Example

White with #799A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799A8F; }

 p { color: rgb(121,154,143); }

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

background-color css

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

 a { background-color: rgb(121,154,143); }

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

border-color css

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

 span { border-color: rgb(121,154,143); }

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