Html Css Color HEX #07520A Myrtle

📋 copy color: '#07520A'

red 7 ◦ green 82 ◦ blue 10

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

Shades of Myrtle #07520A

Tints of Myrtle #07520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 82.83%

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

R = 7.07%
G = 82.83%
B = 10.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#07520A (or 0x07520A) is known color: Myrtle. HEX triplet: 07, 52 and 0A. RGB value is (7,82,10). Sum of RGB (Red+Green+Blue) = 7+82+10=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #07520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07520A is #F8ADF5. Grayscale: #333333. Windows color (decimal): -16297462 or 676359. OLE color: 676359.

HSL color Cylindrical-coordinate representation of color #07520A: hue angle of 122.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07520A is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 82 10 -
CMYK 0.91 0 0.88 0.68
HSL 122.4º 0.84% 0.17% -
HSV(B) 122.4º 0.91% 0.32% -
XYZ 3.16 6.1 1.3 -
YUV 51.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 7 82 10 0.91 0 0.88 0.68 122.4 0.84 0.17
Hex 7 52 A 5B 0 58 44 7A 54 11
Octal 7 122 12 133 0 130 104 172 124 21
Binary 111 1010010 1010 1011011 0 1011000 1000100 1111010 1010100 10001

Color Harmonies of #07520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07520A

Black with #07520A

Text Example


Text Example

White with #07520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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