#073610

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

Shades of Deep Fir #073610

Tints of Deep Fir #073610

Color information

#073610 (or 0x073610) is unknown color: approx Deep Fir. HEX triplet: 07, 36 and 10. RGB value is (7,54,16). Sum of RGB (Red+Green+Blue) = 7+54+16=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #073610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073610 is #F8C9EF. Grayscale: #232323. Windows color (decimal): -16304624 or 1062407. OLE color: 1062407.

HSL color Cylindrical-coordinate representation of color #073610: hue angle of 131.49º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073610 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB75416-
CMYK0.8700.700.79
HSL131.49º77.05%11.96%-
HSV(B)131.49º87.04%21.18%-
XYZ1.52.720.94-
YUV35.61116.93107.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 54 (21.48% from 255) = 70.13%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=9.09%
G=70.13%
B=20.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754160.8700.700.79131.4977.0511.96
Hex73610570464F834dc
Octal76620127010611720311514
Binary1111101101000010101110100011010011111000001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073610; }

 p { color: rgb(7,54,16); }

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

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

 a { background-color: rgb(7,54,16); }

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

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

 span { border-color: rgb(7,54,16); }

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