Html Css Color HEX #799C8A Granny Smith

📋 copy color: '#799C8A'

red 121 ◦ green 156 ◦ blue 138

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

Shades of Granny Smith #799C8A

Tints of Granny Smith #799C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 29.16%
G = 37.59%
B = 33.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#799C8A (or 0x799C8A) is known color: Granny Smith. HEX triplet: 79, 9C and 8A. RGB value is (121,156,138). Sum of RGB (Red+Green+Blue) = 121+156+138=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #799C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C8A is #866375. Grayscale: #8F8F8F. Windows color (decimal): -8807286 or 9084025. OLE color: 9084025.

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

Color convert

RGB 121 156 138 -
CMYK 0.22 0 0.12 0.39
HSL 149.14º 0.15% 0.54% -
HSV(B) 149.14º 0.22% 0.61% -
XYZ 24.36 29.68 28.49 -
YUV 143.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 121 156 138 0.22 0 0.12 0.39 149.14 0.15 0.54
Hex 79 9C 8A 16 0 C 27 95 F 36
Octal 171 234 212 26 0 14 47 225 17 66
Binary 1111001 10011100 10001010 10110 0 1100 100111 10010101 1111 110110

Color Harmonies of #799C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799C8A

Black with #799C8A

Text Example


Text Example

White with #799C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,156,138); }

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

background-color css

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

 a { background-color: rgb(121,156,138); }

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

border-color css

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

 span { border-color: rgb(121,156,138); }

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