#78680F

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

Shades of Yukon Gold #78680F

Tints of Yukon Gold #78680F

Color information

#78680F (or 0x78680F) is unknown color: approx Yukon Gold. HEX triplet: 78, 68 and 0F. RGB value is (120,104,15). Sum of RGB (Red+Green+Blue) = 120+104+15=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #78680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78680F is #8797F0. Grayscale: #636363. Windows color (decimal): -8886257 or 1009784. OLE color: 1009784.

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

Color convert

RGB12010415-
CMYK00.130.870.53
HSL50.86º77.78%26.47%-
HSV(B)50.86º87.5%47.06%-
XYZ12.7813.932.47-
YUV98.6480.8143.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=50.21%
G=43.51%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201041500.130.870.5350.8677.7826.47
Hex7868F0D5735334e1a
Octal17015017015127656311632
Binary111100011010001111011011010111110101110011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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