#075202

Color #075202 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #075202

Tints of Myrtle #075202

Color information

#075202 (or 0x075202) is unknown color: approx Myrtle. HEX triplet: 07, 52 and 02. RGB value is (7,82,2). Sum of RGB (Red+Green+Blue) = 7+82+2=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 82 (32.42% from 255 or 90.11% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 82 - color contains mainly: green. Hex color #075202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075202 is #F8ADFD. Grayscale: #323232. Windows color (decimal): -16297470 or 152071. OLE color: 152071.

HSL color Cylindrical-coordinate representation of color #075202: hue angle of 116.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #075202 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB7822-
CMYK0.9100.980.68
HSL116.25º95.24%16.47%-
HSV(B)116.25º97.56%32.16%-
XYZ3.126.081.07-
YUV50.46100.6597-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 82 (32.42% from 255) = 90.11%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=7.69%
G=90.11%
B=2.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal78220.9100.980.68116.2595.2416.47
Hex75225B06244745f10
Octal71222133014210416413720
Binary11110100101010110110110001010001001110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075202; }

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

 H1.HeaderClassName
 {
   color: #075202;
 }
 .AnyTagClassName
 {
   color: #075202;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #075202;
 }
 .BgClassName
 {
   background-color: #075202;
 }
</style>
border-color css

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

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

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