#78690D

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

Shades of Yukon Gold #78690D

Tints of Yukon Gold #78690D

Color information

#78690D (or 0x78690D) is unknown color: approx Yukon Gold. HEX triplet: 78, 69 and 0D. RGB value is (120,105,13). Sum of RGB (Red+Green+Blue) = 120+105+13=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78690D is #8796F2. Grayscale: #636363. Windows color (decimal): -8886003 or 878968. OLE color: 878968.

HSL color Cylindrical-coordinate representation of color #78690D: hue angle of 51.59º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78690D is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB12010513-
CMYK00.130.890.53
HSL51.59º80.45%26.08%-
HSV(B)51.59º89.17%47.06%-
XYZ12.8714.132.43-
YUV9979.47142.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=50.42%
G=44.12%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201051300.130.890.5351.5980.4526.08
Hex7869D0D593534501a
Octal17015115015131656412032
Binary111100011010011101011011011001110101110100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78690D; }

 p { color: rgb(120,105,13); }

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

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

 a { background-color: rgb(120,105,13); }

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

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

 span { border-color: rgb(120,105,13); }

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