Html Css Color HEX #073F11 Deep Fir

📋 copy color: '#073F11'

red 7 ◦ green 63 ◦ blue 17

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

Shades of Deep Fir #073F11

Tints of Deep Fir #073F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.54%

R = 8.05%
G = 72.41%
B = 19.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#073F11 (or 0x073F11) is known color: Deep Fir. HEX triplet: 07, 3F and 11. RGB value is (7,63,17). Sum of RGB (Red+Green+Blue) = 7+63+17=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 63 (25% from 255 or 72.41% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 63 - color contains mainly: green. Hex color #073F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F11 is #F8C0EE. Grayscale: #292929. Windows color (decimal): -16302319 or 1130247. OLE color: 1130247.

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

Color convert

RGB 7 63 17 -
CMYK 0.89 0 0.73 0.75
HSL 130.71º 0.8% 0.14% -
HSV(B) 130.71º 0.89% 0.25% -
XYZ 1.97 3.64 1.13 -
YUV 41.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 7 63 17 0.89 0 0.73 0.75 130.71 0.8 0.14
Hex 7 3F 11 59 0 49 4B 83 50 E
Octal 7 77 21 131 0 111 113 203 120 16
Binary 111 111111 10001 1011001 0 1001001 1001011 10000011 1010000 1110

Color Harmonies of #073F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F11

Black with #073F11

Text Example


Text Example

White with #073F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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