#075510

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

Shades of Myrtle #075510

Tints of Myrtle #075510

Color information

#075510 (or 0x075510) is unknown color: approx Myrtle. HEX triplet: 07, 55 and 10. RGB value is (7,85,16). Sum of RGB (Red+Green+Blue) = 7+85+16=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #075510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075510 is #F8AAEF. Grayscale: #363636. Windows color (decimal): -16296688 or 1070343. OLE color: 1070343.

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

Color convert

RGB78516-
CMYK0.9200.810.67
HSL126.92º84.78%18.04%-
HSV(B)126.92º91.76%33.33%-
XYZ3.436.581.58-
YUV53.81106.6694.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 85 (33.59% from 255) = 78.70%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=6.48%
G=78.70%
B=14.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785160.9200.810.67126.9284.7818.04
Hex755105C051437f5512
Octal712520134012110317712522
Binary11110101011000010111000101000110000111111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075510; }

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

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

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

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

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

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

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

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