#073F15

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

Shades of Deep Fir #073F15

Tints of Deep Fir #073F15

Color information

#073F15 (or 0x073F15) is unknown color: approx Deep Fir. HEX triplet: 07, 3F and 15. RGB value is (7,63,21). Sum of RGB (Red+Green+Blue) = 7+63+21=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 63 (25% from 255 or 69.23% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 63 - color contains mainly: green. Hex color #073F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F15 is #F8C0EA. Grayscale: #292929. Windows color (decimal): -16302315 or 1392391. OLE color: 1392391.

HSL color Cylindrical-coordinate representation of color #073F15: hue angle of 135º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F15 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB76321-
CMYK0.8900.670.75
HSL135º80%13.73%-
HSV(B)135º88.89%24.71%-
XYZ23.651.31-
YUV41.47116.45103.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 63 (25% from 255) = 69.23%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=7.69%
G=69.23%
B=23.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763210.8900.670.751358013.73
Hex73F15590434B8750e
Octal77725131010311320712016
Binary1111111111010110110010100001110010111000011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,63,21); }

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

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

 a { background-color: rgb(7,63,21); }

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

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

 span { border-color: rgb(7,63,21); }

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