#786012

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

Shades of Yukon Gold #786012

Tints of Yukon Gold #786012

Color information

#786012 (or 0x786012) is unknown color: approx Yukon Gold. HEX triplet: 78, 60 and 12. RGB value is (120,96,18). Sum of RGB (Red+Green+Blue) = 120+96+18=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #786012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786012 is #879FED. Grayscale: #5E5E5E. Windows color (decimal): -8888302 or 1204344. OLE color: 1204344.

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

Color convert

RGB1209618-
CMYK00.20.850.53
HSL45.88º73.91%27.06%-
HSV(B)45.88º85%47.06%-
XYZ12.0412.42.33-
YUV94.2884.95146.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=51.28%
G=41.03%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120961800.20.850.5345.8873.9127.06
Hex78601201455352e4a1b
Octal17014022024125655611233
Binary11110001100000100100101001010101110101101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786012; }

 p { color: rgb(120,96,18); }

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

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

 a { background-color: rgb(120,96,18); }

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

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

 span { border-color: rgb(120,96,18); }

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