Html Css Color HEX #07470F Myrtle

📋 copy color: '#07470F'

red 7 ◦ green 71 ◦ blue 15

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

Shades of Myrtle #07470F

Tints of Myrtle #07470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.13%

R = 7.53%
G = 76.34%
B = 16.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#07470F (or 0x07470F) is known color: Myrtle. HEX triplet: 07, 47 and 0F. RGB value is (7,71,15). Sum of RGB (Red+Green+Blue) = 7+71+15=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #07470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470F is #F8B8F0. Grayscale: #2D2D2D. Windows color (decimal): -16300273 or 1001223. OLE color: 1001223.

HSL color Cylindrical-coordinate representation of color #07470F: hue angle of 127.5º 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 #07470F is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 15 -
CMYK 0.90 0 0.79 0.72
HSL 127.5º 0.82% 0.15% -
HSV(B) 127.5º 0.9% 0.28% -
XYZ 2.43 4.59 1.21 -
YUV 45.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 7 71 15 0.90 0 0.79 0.72 127.5 0.82 0.15
Hex 7 47 F 5A 0 4F 48 80 52 F
Octal 7 107 17 132 0 117 110 200 122 17
Binary 111 1000111 1111 1011010 0 1001111 1001000 10000000 1010010 1111

Color Harmonies of #07470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07470F

Black with #07470F

Text Example


Text Example

White with #07470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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