Html Css Color HEX #073F10 Deep Fir

📋 copy color: '#073F10'

red 7 ◦ green 63 ◦ blue 16

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

Shades of Deep Fir #073F10

Tints of Deep Fir #073F10

RGB

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

 GREEN value IS 63 (25% from 255) = 73.26%

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

R = 8.14%
G = 73.26%
B = 18.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#073F10 (or 0x073F10) is known color: Deep Fir. HEX triplet: 07, 3F and 10. RGB value is (7,63,16). Sum of RGB (Red+Green+Blue) = 7+63+16=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #073F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F10 is #F8C0EF. Grayscale: #292929. Windows color (decimal): -16302320 or 1064711. OLE color: 1064711.

HSL color Cylindrical-coordinate representation of color #073F10: hue angle of 129.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F10 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 63 16 -
CMYK 0.89 0 0.75 0.75
HSL 129.64º 0.8% 0.14% -
HSV(B) 129.64º 0.89% 0.25% -
XYZ 1.96 3.64 1.09 -
YUV 40.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 7 63 16 0.89 0 0.75 0.75 129.64 0.8 0.14
Hex 7 3F 10 59 0 4B 4B 82 50 E
Octal 7 77 20 131 0 113 113 202 120 16
Binary 111 111111 10000 1011001 0 1001011 1001011 10000010 1010000 1110

Color Harmonies of #073F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F10

Black with #073F10

Text Example


Text Example

White with #073F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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