Html Css Color HEX #07470C Myrtle

📋 copy color: '#07470C'

red 7 ◦ green 71 ◦ blue 12

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

Shades of Myrtle #07470C

Tints of Myrtle #07470C

RGB

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

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

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

R = 7.78%
G = 78.89%
B = 13.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#07470C (or 0x07470C) is known color: Myrtle. HEX triplet: 07, 47 and 0C. RGB value is (7,71,12). Sum of RGB (Red+Green+Blue) = 7+71+12=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #07470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470C is #F8B8F3. Grayscale: #2D2D2D. Windows color (decimal): -16300276 or 804615. OLE color: 804615.

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

Color convert

RGB 7 71 12 -
CMYK 0.90 0 0.83 0.72
HSL 124.69º 0.82% 0.15% -
HSV(B) 124.69º 0.9% 0.28% -
XYZ 2.41 4.58 1.1 -
YUV 45.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 7 71 12 0.90 0 0.83 0.72 124.69 0.82 0.15
Hex 7 47 C 5A 0 53 48 7D 52 F
Octal 7 107 14 132 0 123 110 175 122 17
Binary 111 1000111 1100 1011010 0 1010011 1001000 1111101 1010010 1111

Color Harmonies of #07470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07470C

Black with #07470C

Text Example


Text Example

White with #07470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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