Html Css Color HEX #07390C Myrtle

📋 copy color: '#07390C'

red 7 ◦ green 57 ◦ blue 12

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

Shades of Myrtle #07390C

Tints of Myrtle #07390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 75%

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

R = 9.21%
G = 75%
B = 15.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#07390C (or 0x07390C) is known color: Myrtle. HEX triplet: 07, 39 and 0C. RGB value is (7,57,12). Sum of RGB (Red+Green+Blue) = 7+57+12=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #07390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07390C is #F8C6F3. Grayscale: #252525. Windows color (decimal): -16303860 or 801031. OLE color: 801031.

HSL color Cylindrical-coordinate representation of color #07390C: hue angle of 126º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07390C is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 57 12 -
CMYK 0.88 0 0.79 0.78
HSL 126º 0.78% 0.13% -
HSV(B) 126º 0.88% 0.22% -
XYZ 1.62 3 0.84 -
YUV 36.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 7 57 12 0.88 0 0.79 0.78 126 0.78 0.13
Hex 7 39 C 58 0 4F 4E 7E 4E D
Octal 7 71 14 130 0 117 116 176 116 15
Binary 111 111001 1100 1011000 0 1001111 1001110 1111110 1001110 1101

Color Harmonies of #07390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07390C

Black with #07390C

Text Example


Text Example

White with #07390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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