Html Css Color HEX #073D12 Deep Fir

📋 copy color: '#073D12'

red 7 ◦ green 61 ◦ blue 18

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

Shades of Deep Fir #073D12

Tints of Deep Fir #073D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.93%

R = 8.14%
G = 70.93%
B = 20.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.76

RGB Variations

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

Color information

#073D12 (or 0x073D12) is known color: Deep Fir. HEX triplet: 07, 3D and 12. RGB value is (7,61,18). Sum of RGB (Red+Green+Blue) = 7+61+18=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 61 (24.22% from 255 or 70.93% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 61 - color contains mainly: green. Hex color #073D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D12 is #F8C2ED. Grayscale: #282828. Windows color (decimal): -16302830 or 1195271. OLE color: 1195271.

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

Color convert

RGB 7 61 18 -
CMYK 0.89 0 0.70 0.76
HSL 132.22º 0.79% 0.13% -
HSV(B) 132.22º 0.89% 0.24% -
XYZ 1.87 3.43 1.14 -
YUV 39.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 7 61 18 0.89 0 0.70 0.76 132.22 0.79 0.13
Hex 7 3D 12 59 0 46 4C 84 4F D
Octal 7 75 22 131 0 106 114 204 117 15
Binary 111 111101 10010 1011001 0 1000110 1001100 10000100 1001111 1101

Color Harmonies of #073D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D12

Black with #073D12

Text Example


Text Example

White with #073D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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