#075502

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

Shades of Myrtle #075502

Tints of Myrtle #075502

Color information

#075502 (or 0x075502) is unknown color: approx Myrtle. HEX triplet: 07, 55 and 02. RGB value is (7,85,2). Sum of RGB (Red+Green+Blue) = 7+85+2=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #075502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075502 is #F8AAFD. Grayscale: #343434. Windows color (decimal): -16296702 or 152839. OLE color: 152839.

HSL color Cylindrical-coordinate representation of color #075502: hue angle of 116.39º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #075502 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB7852-
CMYK0.9200.980.67
HSL116.39º95.4%17.06%-
HSV(B)116.39º97.65%33.33%-
XYZ3.356.551.14-
YUV52.2299.6695.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 85 (33.59% from 255) = 90.43%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=7.45%
G=90.43%
B=2.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal78520.9200.980.67116.3995.417.06
Hex75525C06243745f11
Octal71252134014210316413721
Binary11110101011010111000110001010000111110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075502; }

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

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

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

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

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

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

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

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