#074D16

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

Shades of Deep Fir #074D16

Tints of Deep Fir #074D16

Color information

#074D16 (or 0x074D16) is unknown color: approx Deep Fir. HEX triplet: 07, 4D and 16. RGB value is (7,77,22). Sum of RGB (Red+Green+Blue) = 7+77+22=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 77 (30.47% from 255 or 72.64% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 77 - color contains mainly: green. Hex color #074D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D16 is #F8B2E9. Grayscale: #313131. Windows color (decimal): -16298730 or 1461511. OLE color: 1461511.

HSL color Cylindrical-coordinate representation of color #074D16: hue angle of 132.86º 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 #074D16 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB77722-
CMYK0.9100.710.70
HSL132.86º83.33%16.47%-
HSV(B)132.86º90.91%30.2%-
XYZ2.895.411.65-
YUV49.8112.3197.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 77 (30.47% from 255) = 72.64%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=6.60%
G=72.64%
B=20.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777220.9100.710.70132.8683.3316.47
Hex74D165B04746855310
Octal711526133010710620512320
Binary111100110110110101101101000111100011010000101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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