Html Css Color HEX #074217 Deep Fir

📋 copy color: '#074217'

red 7 ◦ green 66 ◦ blue 23

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

Shades of Deep Fir #074217

Tints of Deep Fir #074217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 68.75%

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

R = 7.29%
G = 68.75%
B = 23.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#074217 (or 0x074217) is known color: Deep Fir. HEX triplet: 07, 42 and 17. RGB value is (7,66,23). Sum of RGB (Red+Green+Blue) = 7+66+23=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #074217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074217 is #F8BDE8. Grayscale: #2B2B2B. Windows color (decimal): -16301545 or 1524231. OLE color: 1524231.

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

Color convert

RGB 7 66 23 -
CMYK 0.89 0 0.65 0.74
HSL 136.27º 0.81% 0.14% -
HSV(B) 136.27º 0.89% 0.26% -
XYZ 2.19 4 1.47 -
YUV 43.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 7 66 23 0.89 0 0.65 0.74 136.27 0.81 0.14
Hex 7 42 17 59 0 41 4A 88 51 E
Octal 7 102 27 131 0 101 112 210 121 16
Binary 111 1000010 10111 1011001 0 1000001 1001010 10001000 1010001 1110

Color Harmonies of #074217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074217

Black with #074217

Text Example


Text Example

White with #074217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074217; }

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

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

background-color css

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

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

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

border-color css

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

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

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