#074E17

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

Shades of Deep Fir #074E17

Tints of Deep Fir #074E17

Color information

#074E17 (or 0x074E17) is unknown color: approx Deep Fir. HEX triplet: 07, 4E and 17. RGB value is (7,78,23). Sum of RGB (Red+Green+Blue) = 7+78+23=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 78 (30.86% from 255 or 72.22% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 78 - color contains mainly: green. Hex color #074E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E17 is #F8B1E8. Grayscale: #323232. Windows color (decimal): -16298473 or 1527303. OLE color: 1527303.

HSL color Cylindrical-coordinate representation of color #074E17: hue angle of 133.52º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E17 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB77823-
CMYK0.9100.710.69
HSL133.52º83.53%16.67%-
HSV(B)133.52º91.03%30.59%-
XYZ2.975.561.73-
YUV50.5112.4896.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 78 (30.86% from 255) = 72.22%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=6.48%
G=72.22%
B=21.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778230.9100.710.69133.5283.5316.67
Hex74E175B04745865411
Octal711627133010710520612421
Binary111100111010111101101101000111100010110000110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,78,23); }

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

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

 a { background-color: rgb(7,78,23); }

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

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

 span { border-color: rgb(7,78,23); }

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