Html Css Color HEX #07340C Myrtle

📋 copy color: '#07340C'

red 7 ◦ green 52 ◦ blue 12

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

Shades of Myrtle #07340C

Tints of Myrtle #07340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 73.24%

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

R = 9.86%
G = 73.24%
B = 16.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#07340C (or 0x07340C) is known color: Myrtle. HEX triplet: 07, 34 and 0C. RGB value is (7,52,12). Sum of RGB (Red+Green+Blue) = 7+52+12=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #07340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07340C is #F8CBF3. Grayscale: #222222. Windows color (decimal): -16305140 or 799751. OLE color: 799751.

HSL color Cylindrical-coordinate representation of color #07340C: hue angle of 126.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07340C is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 12 -
CMYK 0.87 0 0.77 0.80
HSL 126.67º 0.76% 0.12% -
HSV(B) 126.67º 0.87% 0.2% -
XYZ 1.38 2.53 0.76 -
YUV 33.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 7 52 12 0.87 0 0.77 0.80 126.67 0.76 0.12
Hex 7 34 C 57 0 4D 50 7F 4C C
Octal 7 64 14 127 0 115 120 177 114 14
Binary 111 110100 1100 1010111 0 1001101 1010000 1111111 1001100 1100

Color Harmonies of #07340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07340C

Black with #07340C

Text Example


Text Example

White with #07340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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