Html Css Color HEX #073D14 Deep Fir

📋 copy color: '#073D14'

red 7 ◦ green 61 ◦ blue 20

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

Shades of Deep Fir #073D14

Tints of Deep Fir #073D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 7.95%
G = 69.32%
B = 22.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#073D14 (or 0x073D14) is known color: Deep Fir. HEX triplet: 07, 3D and 14. RGB value is (7,61,20). Sum of RGB (Red+Green+Blue) = 7+61+20=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 61 (24.22% from 255 or 69.32% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 61 - color contains mainly: green. Hex color #073D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D14 is #F8C2EB. Grayscale: #282828. Windows color (decimal): -16302828 or 1326343. OLE color: 1326343.

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

Color convert

RGB 7 61 20 -
CMYK 0.89 0 0.67 0.76
HSL 134.44º 0.79% 0.13% -
HSV(B) 134.44º 0.89% 0.24% -
XYZ 1.88 3.43 1.23 -
YUV 40.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 7 61 20 0.89 0 0.67 0.76 134.44 0.79 0.13
Hex 7 3D 14 59 0 43 4C 86 4F D
Octal 7 75 24 131 0 103 114 206 117 15
Binary 111 111101 10100 1011001 0 1000011 1001100 10000110 1001111 1101

Color Harmonies of #073D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D14

Black with #073D14

Text Example


Text Example

White with #073D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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