#064812

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

Shades of Deep Fir #064812

Tints of Deep Fir #064812

Color information

#064812 (or 0x064812) is unknown color: approx Deep Fir. HEX triplet: 06, 48 and 12. RGB value is (6,72,18). Sum of RGB (Red+Green+Blue) = 6+72+18=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #064812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064812 is #F9B7ED. Grayscale: #2E2E2E. Windows color (decimal): -16365550 or 1198086. OLE color: 1198086.

HSL color Cylindrical-coordinate representation of color #064812: hue angle of 130.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064812 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB67218-
CMYK0.9200.750.72
HSL130.91º84.62%15.29%-
HSV(B)130.91º91.67%28.24%-
XYZ2.54.721.35-
YUV46.11112.1399.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 72 (28.52% from 255) = 75%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=6.25%
G=75%
B=18.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672180.9200.750.72130.9184.6215.29
Hex648125C04B488355f
Octal611022134011311020312517
Binary11010010001001010111000100101110010001000001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064812; }

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

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

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

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

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

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

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

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