#063F10

Color #063F10 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #063F10

Tints of Deep Fir #063F10

Color information

#063F10 (or 0x063F10) is unknown color: approx Deep Fir. HEX triplet: 06, 3F and 10. RGB value is (6,63,16). Sum of RGB (Red+Green+Blue) = 6+63+16=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #063F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F10 is #F9C0EF. Grayscale: #282828. Windows color (decimal): -16367856 or 1064710. OLE color: 1064710.

HSL color Cylindrical-coordinate representation of color #063F10: hue angle of 130.53º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F10 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB66316-
CMYK0.9000.750.75
HSL130.53º82.61%13.53%-
HSV(B)130.53º90.48%24.71%-
XYZ1.953.631.09-
YUV40.6114.12103.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 63 (25% from 255) = 74.12%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=7.06%
G=74.12%
B=18.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663160.9000.750.75130.5382.6113.53
Hex63F105A04B4B8353e
Octal67720132011311320312316
Binary1101111111000010110100100101110010111000001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063F10; }

 p { color: rgb(6,63,16); }

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

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

 a { background-color: rgb(6,63,16); }

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

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

 span { border-color: rgb(6,63,16); }

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