#074D14

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

Shades of Deep Fir #074D14

Tints of Deep Fir #074D14

Color information

#074D14 (or 0x074D14) is unknown color: approx Deep Fir. HEX triplet: 07, 4D and 14. RGB value is (7,77,20). Sum of RGB (Red+Green+Blue) = 7+77+20=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 77 (30.47% from 255 or 74.04% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 77 - color contains mainly: green. Hex color #074D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D14 is #F8B2EB. Grayscale: #313131. Windows color (decimal): -16298732 or 1330439. OLE color: 1330439.

HSL color Cylindrical-coordinate representation of color #074D14: hue angle of 131.14º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D14 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB77720-
CMYK0.9100.740.70
HSL131.14º83.33%16.47%-
HSV(B)131.14º90.91%30.2%-
XYZ2.875.41.55-
YUV49.57111.3197.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 77 (30.47% from 255) = 74.04%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=6.73%
G=74.04%
B=19.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777200.9100.740.70131.1483.3316.47
Hex74D145B04A46835310
Octal711524133011210620312320
Binary111100110110100101101101001010100011010000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074D14; }

 p { color: rgb(7,77,20); }

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

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

 a { background-color: rgb(7,77,20); }

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

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

 span { border-color: rgb(7,77,20); }

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