#074915

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

Shades of Deep Fir #074915

Tints of Deep Fir #074915

Color information

#074915 (or 0x074915) is unknown color: approx Deep Fir. HEX triplet: 07, 49 and 15. RGB value is (7,73,21). Sum of RGB (Red+Green+Blue) = 7+73+21=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #074915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074915 is #F8B6EA. Grayscale: #2F2F2F. Windows color (decimal): -16299755 or 1394951. OLE color: 1394951.

HSL color Cylindrical-coordinate representation of color #074915: hue angle of 132.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074915 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB77321-
CMYK0.9000.710.71
HSL132.73º82.5%15.69%-
HSV(B)132.73º90.41%28.63%-
XYZ2.614.861.51-
YUV47.34113.1399.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 73 (28.91% from 255) = 72.28%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=6.93%
G=72.28%
B=20.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773210.9000.710.71132.7382.515.69
Hex749155A04747855210
Octal711125132010710720512220
Binary111100100110101101101001000111100011110000101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074915; }

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

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

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

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

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

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

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

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