Html Css Color HEX #074110 Deep Fir

📋 copy color: '#074110'

red 7 ◦ green 65 ◦ blue 16

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

Shades of Deep Fir #074110

Tints of Deep Fir #074110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 7.95%
G = 73.86%
B = 18.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#074110 (or 0x074110) is known color: Deep Fir. HEX triplet: 07, 41 and 10. RGB value is (7,65,16). Sum of RGB (Red+Green+Blue) = 7+65+16=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #074110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074110 is #F8BEEF. Grayscale: #2A2A2A. Windows color (decimal): -16301808 or 1065223. OLE color: 1065223.

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

Color convert

RGB 7 65 16 -
CMYK 0.89 0 0.75 0.75
HSL 129.31º 0.81% 0.14% -
HSV(B) 129.31º 0.89% 0.25% -
XYZ 2.07 3.86 1.13 -
YUV 42.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 7 65 16 0.89 0 0.75 0.75 129.31 0.81 0.14
Hex 7 41 10 59 0 4B 4B 81 51 E
Octal 7 101 20 131 0 113 113 201 121 16
Binary 111 1000001 10000 1011001 0 1001011 1001011 10000001 1010001 1110

Color Harmonies of #074110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074110

Black with #074110

Text Example


Text Example

White with #074110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074110; }

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

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

background-color css

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

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

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

border-color css

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

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

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