Html Css Color HEX #07520C Myrtle

📋 copy color: '#07520C'

red 7 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #07520C

Tints of Myrtle #07520C

RGB

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

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

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

R = 6.93%
G = 81.19%
B = 11.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#07520C (or 0x07520C) is known color: Myrtle. HEX triplet: 07, 52 and 0C. RGB value is (7,82,12). Sum of RGB (Red+Green+Blue) = 7+82+12=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 82 (32.42% from 255 or 81.19% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 82 - color contains mainly: green. Hex color #07520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07520C is #F8ADF3. Grayscale: #333333. Windows color (decimal): -16297460 or 807431. OLE color: 807431.

HSL color Cylindrical-coordinate representation of color #07520C: hue angle of 124º 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 #07520C is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 82 12 -
CMYK 0.91 0 0.85 0.68
HSL 124º 0.84% 0.17% -
HSV(B) 124º 0.91% 0.32% -
XYZ 3.17 6.11 1.36 -
YUV 51.6 105.65 96.19 -
System Red Green Blue C M Y K H S L
Decimal 7 82 12 0.91 0 0.85 0.68 124 0.84 0.17
Hex 7 52 C 5B 0 55 44 7C 54 11
Octal 7 122 14 133 0 125 104 174 124 21
Binary 111 1010010 1100 1011011 0 1010101 1000100 1111100 1010100 10001

Color Harmonies of #07520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07520C

Black with #07520C

Text Example


Text Example

White with #07520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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