#074010

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

Shades of Deep Fir #074010

Tints of Deep Fir #074010

Color information

#074010 (or 0x074010) is unknown color: approx Deep Fir. HEX triplet: 07, 40 and 10. RGB value is (7,64,16). Sum of RGB (Red+Green+Blue) = 7+64+16=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #074010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074010 is #F8BFEF. Grayscale: #292929. Windows color (decimal): -16302064 or 1064967. OLE color: 1064967.

HSL color Cylindrical-coordinate representation of color #074010: hue angle of 129.47º 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 #074010 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB76416-
CMYK0.8900.750.75
HSL129.47º80.28%13.92%-
HSV(B)129.47º89.06%25.1%-
XYZ2.013.751.11-
YUV41.48113.62103.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 64 (25.39% from 255) = 73.56%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=8.05%
G=73.56%
B=18.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764160.8900.750.75129.4780.2813.92
Hex740105904B4B8150e
Octal710020131011311320112016
Binary11110000001000010110010100101110010111000000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074010; }

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

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

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

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

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

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

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

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