Html Css Color HEX #073F0C Myrtle

📋 copy color: '#073F0C'

red 7 ◦ green 63 ◦ blue 12

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

Shades of Myrtle #073F0C

Tints of Myrtle #073F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.63%

R = 8.54%
G = 76.83%
B = 14.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#073F0C (or 0x073F0C) is known color: Myrtle. HEX triplet: 07, 3F and 0C. RGB value is (7,63,12). Sum of RGB (Red+Green+Blue) = 7+63+12=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 63 (25% from 255 or 76.83% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 63 - color contains mainly: green. Hex color #073F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F0C is #F8C0F3. Grayscale: #282828. Windows color (decimal): -16302324 or 802567. OLE color: 802567.

HSL color Cylindrical-coordinate representation of color #073F0C: hue angle of 125.36º 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 #073F0C is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 63 12 -
CMYK 0.89 0 0.81 0.75
HSL 125.36º 0.8% 0.14% -
HSV(B) 125.36º 0.89% 0.25% -
XYZ 1.93 3.63 0.95 -
YUV 40.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 7 63 12 0.89 0 0.81 0.75 125.36 0.8 0.14
Hex 7 3F C 59 0 51 4B 7D 50 E
Octal 7 77 14 131 0 121 113 175 120 16
Binary 111 111111 1100 1011001 0 1010001 1001011 1111101 1010000 1110

Color Harmonies of #073F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F0C

Black with #073F0C

Text Example


Text Example

White with #073F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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