#073D14

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

Shades of Deep Fir #073D14

Tints of Deep Fir #073D14

Color information

#073D14 (or 0x073D14) is unknown color: approx Deep Fir. HEX triplet: 07, 3D and 14. RGB value is (7,61,20). Sum of RGB (Red+Green+Blue) = 7+61+20=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 61 (24.22% from 255 or 69.32% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 61 - color contains mainly: green. Hex color #073D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D14 is #F8C2EB. Grayscale: #282828. Windows color (decimal): -16302828 or 1326343. OLE color: 1326343.

HSL color Cylindrical-coordinate representation of color #073D14: hue angle of 134.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D14 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB76120-
CMYK0.8900.670.76
HSL134.44º79.41%13.33%-
HSV(B)134.44º88.52%23.92%-
XYZ1.883.431.23-
YUV40.18116.61104.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 61 (24.22% from 255) = 69.32%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=7.95%
G=69.32%
B=22.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761200.8900.670.76134.4479.4113.33
Hex73D14590434C864fd
Octal77524131010311420611715
Binary1111111011010010110010100001110011001000011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073D14; }

 p { color: rgb(7,61,20); }

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

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

 a { background-color: rgb(7,61,20); }

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

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

 span { border-color: rgb(7,61,20); }

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