Html Css Color HEX #073A0F Deep Fir

📋 copy color: '#073A0F'

red 7 ◦ green 58 ◦ blue 15

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

Shades of Deep Fir #073A0F

Tints of Deep Fir #073A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 72.5%

 BLUE value IS 15 (6.25% from 255) = 18.75%

R = 8.75%
G = 72.5%
B = 18.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#073A0F (or 0x073A0F) is known color: Deep Fir. HEX triplet: 07, 3A and 0F. RGB value is (7,58,15). Sum of RGB (Red+Green+Blue) = 7+58+15=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 58 (23.05% from 255 or 72.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 58 - color contains mainly: green. Hex color #073A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A0F is #F8C5F0. Grayscale: #252525. Windows color (decimal): -16303601 or 997895. OLE color: 997895.

HSL color Cylindrical-coordinate representation of color #073A0F: hue angle of 129.41º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A0F is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 7 58 15 -
CMYK 0.88 0 0.74 0.77
HSL 129.41º 0.78% 0.13% -
HSV(B) 129.41º 0.88% 0.23% -
XYZ 1.69 3.11 0.96 -
YUV 37.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 7 58 15 0.88 0 0.74 0.77 129.41 0.78 0.13
Hex 7 3A F 58 0 4A 4D 81 4E D
Octal 7 72 17 130 0 112 115 201 116 15
Binary 111 111010 1111 1011000 0 1001010 1001101 10000001 1001110 1101

Color Harmonies of #073A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A0F

Black with #073A0F

Text Example


Text Example

White with #073A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,58,15); }

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

background-color css

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

 a { background-color: rgb(7,58,15); }

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

border-color css

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

 span { border-color: rgb(7,58,15); }

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