Html Css Color HEX #797010 Yukon Gold

📋 copy color: '#797010'

red 121 ◦ green 112 ◦ blue 16

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

Shades of Yukon Gold #797010

Tints of Yukon Gold #797010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 48.59%
G = 44.98%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#797010 (or 0x797010) is known color: Yukon Gold. HEX triplet: 79, 70 and 10. RGB value is (121,112,16). Sum of RGB (Red+Green+Blue) = 121+112+16=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #797010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797010 is #868FEF. Grayscale: #686868. Windows color (decimal): -8818672 or 1077369. OLE color: 1077369.

HSL color Cylindrical-coordinate representation of color #797010: hue angle of 54.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #797010 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 16 -
CMYK 0 0.07 0.87 0.53
HSL 54.86º 0.77% 0.27% -
HSV(B) 54.86º 0.87% 0.47% -
XYZ 13.77 15.69 2.79 -
YUV 103.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 121 112 16 0 0.07 0.87 0.53 54.86 0.77 0.27
Hex 79 70 10 0 7 57 35 37 4D 1B
Octal 171 160 20 0 7 127 65 67 115 33
Binary 1111001 1110000 10000 0 111 1010111 110101 110111 1001101 11011

Color Harmonies of #797010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797010

Black with #797010

Text Example


Text Example

White with #797010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797010; }

 p { color: rgb(121,112,16); }

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

background-color css

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

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

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

border-color css

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

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

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