#063F12

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

Shades of Deep Fir #063F12

Tints of Deep Fir #063F12

Color information

#063F12 (or 0x063F12) is unknown color: approx Deep Fir. HEX triplet: 06, 3F and 12. RGB value is (6,63,18). Sum of RGB (Red+Green+Blue) = 6+63+18=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 63 (25% from 255 or 72.41% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 63 - color contains mainly: green. Hex color #063F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F12 is #F9C0ED. Grayscale: #282828. Windows color (decimal): -16367854 or 1195782. OLE color: 1195782.

HSL color Cylindrical-coordinate representation of color #063F12: hue angle of 132.63º 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 #063F12 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB66318-
CMYK0.9000.710.75
HSL132.63º82.61%13.53%-
HSV(B)132.63º90.48%24.71%-
XYZ1.963.641.17-
YUV40.83115.12103.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 63 (25% from 255) = 72.41%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=6.90%
G=72.41%
B=20.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663180.9000.710.75132.6382.6113.53
Hex63F125A0474B8553e
Octal67722132010711320512316
Binary1101111111001010110100100011110010111000010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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