#78680C

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

Shades of Yukon Gold #78680C

Tints of Yukon Gold #78680C

Color information

#78680C (or 0x78680C) is unknown color: approx Yukon Gold. HEX triplet: 78, 68 and 0C. RGB value is (120,104,12). Sum of RGB (Red+Green+Blue) = 120+104+12=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78680C is #8797F3. Grayscale: #626262. Windows color (decimal): -8886260 or 813176. OLE color: 813176.

HSL color Cylindrical-coordinate representation of color #78680C: hue angle of 51.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78680C is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB12010412-
CMYK00.130.900.53
HSL51.11º81.82%25.88%-
HSV(B)51.11º90%47.06%-
XYZ12.7613.922.36-
YUV98.379.3143.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=50.85%
G=44.07%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201041200.130.900.5351.1181.8225.88
Hex7868C0D5A3533521a
Octal17015014015132656312232
Binary111100011010001100011011011010110101110011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78680C; }

 p { color: rgb(120,104,12); }

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

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

 a { background-color: rgb(120,104,12); }

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

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

 span { border-color: rgb(120,104,12); }

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