#073A17

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

Shades of Deep Fir #073A17

Tints of Deep Fir #073A17

Color information

#073A17 (or 0x073A17) is unknown color: approx Deep Fir. HEX triplet: 07, 3A and 17. RGB value is (7,58,23). Sum of RGB (Red+Green+Blue) = 7+58+23=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #073A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A17 is #F8C5E8. Grayscale: #262626. Windows color (decimal): -16303593 or 1522183. OLE color: 1522183.

HSL color Cylindrical-coordinate representation of color #073A17: hue angle of 138.82º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A17 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB75823-
CMYK0.8800.600.77
HSL138.82º78.46%12.75%-
HSV(B)138.82º87.93%22.75%-
XYZ1.763.131.32-
YUV38.76119.1105.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 58 (23.05% from 255) = 65.91%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=7.95%
G=65.91%
B=26.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758230.8800.600.77138.8278.4612.75
Hex73A175803C4D8b4ed
Octal7722713007411521311615
Binary111111010101111011000011110010011011000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,58,23); }

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

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

 a { background-color: rgb(7,58,23); }

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

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

 span { border-color: rgb(7,58,23); }

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