Html Css Color HEX #07470D Myrtle

📋 copy color: '#07470D'

red 7 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #07470D

Tints of Myrtle #07470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 78.02%

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 7.69%
G = 78.02%
B = 14.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#07470D (or 0x07470D) is known color: Myrtle. HEX triplet: 07, 47 and 0D. RGB value is (7,71,13). Sum of RGB (Red+Green+Blue) = 7+71+13=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #07470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470D is #F8B8F2. Grayscale: #2D2D2D. Windows color (decimal): -16300275 or 870151. OLE color: 870151.

HSL color Cylindrical-coordinate representation of color #07470D: hue angle of 125.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07470D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 13 -
CMYK 0.90 0 0.82 0.72
HSL 125.63º 0.82% 0.15% -
HSV(B) 125.63º 0.9% 0.28% -
XYZ 2.41 4.58 1.14 -
YUV 45.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 7 71 13 0.90 0 0.82 0.72 125.63 0.82 0.15
Hex 7 47 D 5A 0 52 48 7E 52 F
Octal 7 107 15 132 0 122 110 176 122 17
Binary 111 1000111 1101 1011010 0 1010010 1001000 1111110 1010010 1111

Color Harmonies of #07470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07470D

Black with #07470D

Text Example


Text Example

White with #07470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07470D; }

 p { color: rgb(7,71,13); }

 H1.HeaderClassName
 {
   color: #07470D;
 }
 .AnyTagClassName
 {
   color: #07470D;
 }
</style>

background-color css

<style>
 a { background-color: #07470D; }

 a { background-color: rgb(7,71,13); }

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

border-color css

<style>
 span { border-color: #07470D; }

 span { border-color: rgb(7,71,13); }

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