Html Css Color HEX #073C10 Deep Fir

📋 copy color: '#073C10'

red 7 ◦ green 60 ◦ blue 16

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

Shades of Deep Fir #073C10

Tints of Deep Fir #073C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 72.29%

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

R = 8.43%
G = 72.29%
B = 19.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#073C10 (or 0x073C10) is known color: Deep Fir. HEX triplet: 07, 3C and 10. RGB value is (7,60,16). Sum of RGB (Red+Green+Blue) = 7+60+16=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 60 (23.83% from 255 or 72.29% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 60 - color contains mainly: green. Hex color #073C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C10 is #F8C3EF. Grayscale: #272727. Windows color (decimal): -16303088 or 1063943. OLE color: 1063943.

HSL color Cylindrical-coordinate representation of color #073C10: hue angle of 130.19º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C10 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 60 16 -
CMYK 0.88 0 0.73 0.76
HSL 130.19º 0.79% 0.13% -
HSV(B) 130.19º 0.88% 0.24% -
XYZ 1.8 3.31 1.04 -
YUV 39.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 7 60 16 0.88 0 0.73 0.76 130.19 0.79 0.13
Hex 7 3C 10 58 0 49 4C 82 4F D
Octal 7 74 20 130 0 111 114 202 117 15
Binary 111 111100 10000 1011000 0 1001001 1001100 10000010 1001111 1101

Color Harmonies of #073C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C10

Black with #073C10

Text Example


Text Example

White with #073C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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