#796F10

Color #796F10 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #796F10

Tints of Yukon Gold #796F10

Color information

#796F10 (or 0x796F10) is unknown color: approx Yukon Gold. HEX triplet: 79, 6F and 10. RGB value is (121,111,16). Sum of RGB (Red+Green+Blue) = 121+111+16=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #796F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F10 is #8690EF. Grayscale: #676767. Windows color (decimal): -8818928 or 1077113. OLE color: 1077113.

HSL color Cylindrical-coordinate representation of color #796F10: hue angle of 54.29º 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 #796F10 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB12111116-
CMYK00.080.870.53
HSL54.29º76.64%26.86%-
HSV(B)54.29º86.78%47.45%-
XYZ13.6615.472.76-
YUV103.1678.81140.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=48.79%
G=44.76%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211111600.080.870.5354.2976.6426.86
Hex796F10085735364d1b
Octal17115720010127656611533
Binary1111001110111110000010001010111110101110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796F10; }

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

 H1.HeaderClassName
 {
   color: #796F10;
 }
 .AnyTagClassName
 {
   color: #796F10;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #796F10;
 }
 .BgClassName
 {
   background-color: #796F10;
 }
</style>
border-color css

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

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

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