Html Css Color HEX #07480A Myrtle

📋 copy color: '#07480A'

red 7 ◦ green 72 ◦ blue 10

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

Shades of Myrtle #07480A

Tints of Myrtle #07480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 80.9%

 BLUE value IS 10 (4.3% from 255) = 11.24%

R = 7.87%
G = 80.9%
B = 11.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#07480A (or 0x07480A) is known color: Myrtle. HEX triplet: 07, 48 and 0A. RGB value is (7,72,10). Sum of RGB (Red+Green+Blue) = 7+72+10=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #07480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07480A is #F8B7F5. Grayscale: #2D2D2D. Windows color (decimal): -16300022 or 673799. OLE color: 673799.

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

Color convert

RGB 7 72 10 -
CMYK 0.90 0 0.86 0.72
HSL 122.77º 0.82% 0.15% -
HSV(B) 122.77º 0.9% 0.28% -
XYZ 2.46 4.7 1.07 -
YUV 45.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 7 72 10 0.90 0 0.86 0.72 122.77 0.82 0.15
Hex 7 48 A 5A 0 56 48 7B 52 F
Octal 7 110 12 132 0 126 110 173 122 17
Binary 111 1001000 1010 1011010 0 1010110 1001000 1111011 1010010 1111

Color Harmonies of #07480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07480A

Black with #07480A

Text Example


Text Example

White with #07480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07480A; }

 p { color: rgb(7,72,10); }

 H1.HeaderClassName
 {
   color: #07480A;
 }
 .AnyTagClassName
 {
   color: #07480A;
 }
</style>

background-color css

<style>
 a { background-color: #07480A; }

 a { background-color: rgb(7,72,10); }

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

border-color css

<style>
 span { border-color: #07480A; }

 span { border-color: rgb(7,72,10); }

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