Html Css Color HEX #799E79 Davy's Grey

📋 copy color: '#799E79'

red 121 ◦ green 158 ◦ blue 121

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

Shades of Davy's Grey #799E79

Tints of Davy's Grey #799E79

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 30.25%
G = 39.5%
B = 30.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#799E79 (or 0x799E79) is known color: Davy's Grey. HEX triplet: 79, 9E and 79. RGB value is (121,158,121). Sum of RGB (Red+Green+Blue) = 121+158+121=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #799E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799E79 is #866186. Grayscale: #8E8E8E. Windows color (decimal): -8806791 or 7970425. OLE color: 7970425.

HSL color Cylindrical-coordinate representation of color #799E79: hue angle of 120º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799E79 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 158 121 -
CMYK 0.23 0 0.23 0.38
HSL 120º 0.16% 0.55% -
HSV(B) 120º 0.23% 0.62% -
XYZ 23.56 29.9 22.62 -
YUV 142.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 121 158 121 0.23 0 0.23 0.38 120 0.16 0.55
Hex 79 9E 79 17 0 17 26 78 10 37
Octal 171 236 171 27 0 27 46 170 20 67
Binary 1111001 10011110 1111001 10111 0 10111 100110 1111000 10000 110111

Color Harmonies of #799E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799E79

Black with #799E79

Text Example


Text Example

White with #799E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,158,121); }

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

background-color css

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

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

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

border-color css

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

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

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