Html Css Color HEX #073010 Deep Fir

📋 copy color: '#073010'

red 7 ◦ green 48 ◦ blue 16

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

Shades of Deep Fir #073010

Tints of Deep Fir #073010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

 BLUE value IS 16 (6.64% from 255) = 22.54%

R = 9.86%
G = 67.61%
B = 22.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#073010 (or 0x073010) is known color: Deep Fir. HEX triplet: 07, 30 and 10. RGB value is (7,48,16). Sum of RGB (Red+Green+Blue) = 7+48+16=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #073010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073010 is #F8CFEF. Grayscale: #202020. Windows color (decimal): -16306160 or 1060871. OLE color: 1060871.

HSL color Cylindrical-coordinate representation of color #073010: hue angle of 133.17º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #073010 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 48 16 -
CMYK 0.85 0 0.67 0.81
HSL 133.17º 0.75% 0.11% -
HSV(B) 133.17º 0.85% 0.19% -
XYZ 1.24 2.2 0.85 -
YUV 32.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 7 48 16 0.85 0 0.67 0.81 133.17 0.75 0.11
Hex 7 30 10 55 0 43 51 85 4B B
Octal 7 60 20 125 0 103 121 205 113 13
Binary 111 110000 10000 1010101 0 1000011 1010001 10000101 1001011 1011

Color Harmonies of #073010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073010

Black with #073010

Text Example


Text Example

White with #073010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073010; }

 p { color: rgb(7,48,16); }

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

background-color css

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

 a { background-color: rgb(7,48,16); }

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

border-color css

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

 span { border-color: rgb(7,48,16); }

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