#073812

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

Shades of Deep Fir #073812

Tints of Deep Fir #073812

Color information

#073812 (or 0x073812) is unknown color: approx Deep Fir. HEX triplet: 07, 38 and 12. RGB value is (7,56,18). Sum of RGB (Red+Green+Blue) = 7+56+18=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #073812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073812 is #F8C7ED. Grayscale: #252525. Windows color (decimal): -16304110 or 1193991. OLE color: 1193991.

HSL color Cylindrical-coordinate representation of color #073812: hue angle of 133.47º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073812 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB75618-
CMYK0.8800.680.78
HSL133.47º77.78%12.35%-
HSV(B)133.47º87.5%21.96%-
XYZ1.612.921.05-
YUV37.02117.27106.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=8.64%
G=69.14%
B=22.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756180.8800.680.78133.4777.7812.35
Hex73812580444E854ec
Octal77022130010411620511614
Binary1111110001001010110000100010010011101000010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073812; }

 p { color: rgb(7,56,18); }

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

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

 a { background-color: rgb(7,56,18); }

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

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

 span { border-color: rgb(7,56,18); }

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