Html Css Color HEX #07470B Myrtle

📋 copy color: '#07470B'

red 7 ◦ green 71 ◦ blue 11

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

Shades of Myrtle #07470B

Tints of Myrtle #07470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 7.87%
G = 79.78%
B = 12.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#07470B (or 0x07470B) is known color: Myrtle. HEX triplet: 07, 47 and 0B. RGB value is (7,71,11). Sum of RGB (Red+Green+Blue) = 7+71+11=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #07470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470B is #F8B8F4. Grayscale: #2D2D2D. Windows color (decimal): -16300277 or 739079. OLE color: 739079.

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

Color convert

RGB 7 71 11 -
CMYK 0.90 0 0.85 0.72
HSL 123.75º 0.82% 0.15% -
HSV(B) 123.75º 0.9% 0.28% -
XYZ 2.4 4.58 1.07 -
YUV 45.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 7 71 11 0.90 0 0.85 0.72 123.75 0.82 0.15
Hex 7 47 B 5A 0 55 48 7C 52 F
Octal 7 107 13 132 0 125 110 174 122 17
Binary 111 1000111 1011 1011010 0 1010101 1001000 1111100 1010010 1111

Color Harmonies of #07470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07470B

Black with #07470B

Text Example


Text Example

White with #07470B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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