Html Css Color HEX #073D11 Deep Fir

📋 copy color: '#073D11'

red 7 ◦ green 61 ◦ blue 17

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

Shades of Deep Fir #073D11

Tints of Deep Fir #073D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 71.76%

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

R = 8.24%
G = 71.76%
B = 20%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#073D11 (or 0x073D11) is known color: Deep Fir. HEX triplet: 07, 3D and 11. RGB value is (7,61,17). Sum of RGB (Red+Green+Blue) = 7+61+17=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 61 (24.22% from 255 or 71.76% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 61 - color contains mainly: green. Hex color #073D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D11 is #F8C2EE. Grayscale: #272727. Windows color (decimal): -16302831 or 1129735. OLE color: 1129735.

HSL color Cylindrical-coordinate representation of color #073D11: hue angle of 131.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D11 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 61 17 -
CMYK 0.89 0 0.72 0.76
HSL 131.11º 0.79% 0.13% -
HSV(B) 131.11º 0.89% 0.24% -
XYZ 1.86 3.42 1.09 -
YUV 39.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 7 61 17 0.89 0 0.72 0.76 131.11 0.79 0.13
Hex 7 3D 11 59 0 48 4C 83 4F D
Octal 7 75 21 131 0 110 114 203 117 15
Binary 111 111101 10001 1011001 0 1001000 1001100 10000011 1001111 1101

Color Harmonies of #073D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D11

Black with #073D11

Text Example


Text Example

White with #073D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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