Html Css Color HEX #074417 Deep Fir

📋 copy color: '#074417'

red 7 ◦ green 68 ◦ blue 23

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

Shades of Deep Fir #074417

Tints of Deep Fir #074417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 69.39%

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

R = 7.14%
G = 69.39%
B = 23.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#074417 (or 0x074417) is known color: Deep Fir. HEX triplet: 07, 44 and 17. RGB value is (7,68,23). Sum of RGB (Red+Green+Blue) = 7+68+23=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #074417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074417 is #F8BBE8. Grayscale: #2C2C2C. Windows color (decimal): -16301033 or 1524743. OLE color: 1524743.

HSL color Cylindrical-coordinate representation of color #074417: hue angle of 135.74º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074417 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 23 -
CMYK 0.90 0 0.66 0.73
HSL 135.74º 0.81% 0.15% -
HSV(B) 135.74º 0.9% 0.27% -
XYZ 2.31 4.24 1.51 -
YUV 44.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 7 68 23 0.90 0 0.66 0.73 135.74 0.81 0.15
Hex 7 44 17 5A 0 42 49 88 51 F
Octal 7 104 27 132 0 102 111 210 121 17
Binary 111 1000100 10111 1011010 0 1000010 1001001 10001000 1010001 1111

Color Harmonies of #074417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074417

Black with #074417

Text Example


Text Example

White with #074417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074417; }

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

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

background-color css

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

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

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

border-color css

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

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

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