Html Css Color HEX #073F17 Deep Fir

📋 copy color: '#073F17'

red 7 ◦ green 63 ◦ blue 23

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

Shades of Deep Fir #073F17

Tints of Deep Fir #073F17

RGB

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

 GREEN value IS 63 (25% from 255) = 67.74%

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

R = 7.53%
G = 67.74%
B = 24.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#073F17 (or 0x073F17) is known color: Deep Fir. HEX triplet: 07, 3F and 17. RGB value is (7,63,23). Sum of RGB (Red+Green+Blue) = 7+63+23=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 63 (25% from 255 or 67.74% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 63 - color contains mainly: green. Hex color #073F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F17 is #F8C0E8. Grayscale: #292929. Windows color (decimal): -16302313 or 1523463. OLE color: 1523463.

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

Color convert

RGB 7 63 23 -
CMYK 0.89 0 0.63 0.75
HSL 137.14º 0.8% 0.14% -
HSV(B) 137.14º 0.89% 0.25% -
XYZ 2.02 3.66 1.41 -
YUV 41.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 7 63 23 0.89 0 0.63 0.75 137.14 0.8 0.14
Hex 7 3F 17 59 0 3F 4B 89 50 E
Octal 7 77 27 131 0 77 113 211 120 16
Binary 111 111111 10111 1011001 0 111111 1001011 10001001 1010000 1110

Color Harmonies of #073F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F17

Black with #073F17

Text Example


Text Example

White with #073F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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