#786005

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

Shades of Yukon Gold #786005

Tints of Yukon Gold #786005

Color information

#786005 (or 0x786005) is unknown color: approx Yukon Gold. HEX triplet: 78, 60 and 05. RGB value is (120,96,5). Sum of RGB (Red+Green+Blue) = 120+96+5=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #786005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786005 is #879FFA. Grayscale: #5D5D5D. Windows color (decimal): -8888315 or 352376. OLE color: 352376.

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

Color convert

RGB120965-
CMYK00.20.960.53
HSL47.48º92%24.51%-
HSV(B)47.48º95.83%47.06%-
XYZ11.9612.371.9-
YUV92.878.45147.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=54.30%
G=43.44%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12096500.20.960.5347.489224.51
Hex7860501460352f5c19
Octal1701405024140655713431
Binary111100011000001010101001100000110101101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786005; }

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

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

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

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

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

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

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

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