#78650B

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

Shades of Yukon Gold #78650B

Tints of Yukon Gold #78650B

Color information

#78650B (or 0x78650B) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 0B. RGB value is (120,101,11). Sum of RGB (Red+Green+Blue) = 120+101+11=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78650B is #879AF4. Grayscale: #606060. Windows color (decimal): -8887029 or 746872. OLE color: 746872.

HSL color Cylindrical-coordinate representation of color #78650B: hue angle of 49.54º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78650B is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB12010111-
CMYK00.160.910.53
HSL49.54º83.21%25.69%-
HSV(B)49.54º90.83%47.06%-
XYZ12.4613.322.23-
YUV96.4279.79144.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=51.72%
G=43.53%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201011100.160.910.5349.5483.2125.69
Hex7865B0105B3532531a
Octal17014513020133656212332
Binary1111000110010110110100001011011110101110010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78650B; }

 p { color: rgb(120,101,11); }

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

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

 a { background-color: rgb(120,101,11); }

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

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

 span { border-color: rgb(120,101,11); }

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