Html Css Color HEX #073610 Deep Fir

📋 copy color: '#073610'

red 7 ◦ green 54 ◦ blue 16

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

Shades of Deep Fir #073610

Tints of Deep Fir #073610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 70.13%

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

R = 9.09%
G = 70.13%
B = 20.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#073610 (or 0x073610) is known color: Deep Fir. HEX triplet: 07, 36 and 10. RGB value is (7,54,16). Sum of RGB (Red+Green+Blue) = 7+54+16=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #073610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073610 is #F8C9EF. Grayscale: #232323. Windows color (decimal): -16304624 or 1062407. OLE color: 1062407.

HSL color Cylindrical-coordinate representation of color #073610: hue angle of 131.49º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073610 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 54 16 -
CMYK 0.87 0 0.70 0.79
HSL 131.49º 0.77% 0.12% -
HSV(B) 131.49º 0.87% 0.21% -
XYZ 1.5 2.72 0.94 -
YUV 35.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 7 54 16 0.87 0 0.70 0.79 131.49 0.77 0.12
Hex 7 36 10 57 0 46 4F 83 4D C
Octal 7 66 20 127 0 106 117 203 115 14
Binary 111 110110 10000 1010111 0 1000110 1001111 10000011 1001101 1100

Color Harmonies of #073610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073610

Black with #073610

Text Example


Text Example

White with #073610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073610; }

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

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

background-color css

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

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

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

border-color css

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

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

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