#7F6002

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

Shades of Yukon Gold #7F6002

Tints of Yukon Gold #7F6002

Color information

#7F6002 (or 0x7F6002) is unknown color: approx Yukon Gold. HEX triplet: 7F, 60 and 02. RGB value is (127,96,2). Sum of RGB (Red+Green+Blue) = 127+96+2=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6002 is #809FFD. Grayscale: #5E5E5E. Windows color (decimal): -8429566 or 155775. OLE color: 155775.

HSL color Cylindrical-coordinate representation of color #7F6002: hue angle of 45.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F6002 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB127962-
CMYK00.240.980.50
HSL45.12º96.9%25.29%-
HSV(B)45.12º98.43%49.8%-
XYZ12.9512.881.86-
YUV94.5575.77151.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=56.44%
G=42.67%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12796200.240.980.5045.1296.925.29
Hex7F60201862322d6119
Octal1771402030142625514131
Binary11111111100000100110001100010110010101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6002; }

 p { color: rgb(127,96,2); }

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

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

 a { background-color: rgb(127,96,2); }

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

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

 span { border-color: rgb(127,96,2); }

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