Html Css Color HEX #074117 Deep Fir

📋 copy color: '#074117'

red 7 ◦ green 65 ◦ blue 23

#074117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #074117

Tints of Deep Fir #074117

RGB

 RED value IS 7 (3.13% from 255) = 7.37%

 GREEN value IS 65 (25.78% from 255) = 68.42%

 BLUE value IS 23 (9.38% from 255) = 24.21%

R = 7.37%
G = 68.42%
B = 24.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#074117 (or 0x074117) is known color: Deep Fir. HEX triplet: 07, 41 and 17. RGB value is (7,65,23). Sum of RGB (Red+Green+Blue) = 7+65+23=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #074117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074117 is #F8BEE8. Grayscale: #2A2A2A. Windows color (decimal): -16301801 or 1523975. OLE color: 1523975.

HSL color Cylindrical-coordinate representation of color #074117: hue angle of 136.55º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074117 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 23 -
CMYK 0.89 0 0.65 0.75
HSL 136.55º 0.81% 0.14% -
HSV(B) 136.55º 0.89% 0.25% -
XYZ 2.13 3.89 1.45 -
YUV 42.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 7 65 23 0.89 0 0.65 0.75 136.55 0.81 0.14
Hex 7 41 17 59 0 41 4B 89 51 E
Octal 7 101 27 131 0 101 113 211 121 16
Binary 111 1000001 10111 1011001 0 1000001 1001011 10001001 1010001 1110

Color Harmonies of #074117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074117

Black with #074117

Text Example


Text Example

White with #074117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074117; }

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

 H1.HeaderClassName
 {
   color: #074117;
 }
 .AnyTagClassName
 {
   color: #074117;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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