#074912

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

Shades of Deep Fir #074912

Tints of Deep Fir #074912

Color information

#074912 (or 0x074912) is unknown color: approx Deep Fir. HEX triplet: 07, 49 and 12. RGB value is (7,73,18). Sum of RGB (Red+Green+Blue) = 7+73+18=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #074912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074912 is #F8B6ED. Grayscale: #2F2F2F. Windows color (decimal): -16299758 or 1198343. OLE color: 1198343.

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

Color convert

RGB77318-
CMYK0.9000.750.71
HSL130º82.5%15.69%-
HSV(B)130º90.41%28.63%-
XYZ2.584.851.37-
YUV47111.6399.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 73 (28.91% from 255) = 74.49%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=7.14%
G=74.49%
B=18.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773180.9000.750.7113082.515.69
Hex749125A04B47825210
Octal711122132011310720212220
Binary111100100110010101101001001011100011110000010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074912; }

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

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

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

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

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

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

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

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