#075710

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

Shades of Myrtle #075710

Tints of Myrtle #075710

Color information

#075710 (or 0x075710) is unknown color: approx Myrtle. HEX triplet: 07, 57 and 10. RGB value is (7,87,16). Sum of RGB (Red+Green+Blue) = 7+87+16=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #075710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075710 is #F8A8EF. Grayscale: #373737. Windows color (decimal): -16296176 or 1070855. OLE color: 1070855.

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

Color convert

RGB78716-
CMYK0.9200.820.66
HSL126.75º85.11%18.43%-
HSV(B)126.75º91.95%34.12%-
XYZ3.596.91.63-
YUV54.9910693.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 87 (34.38% from 255) = 79.09%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=6.36%
G=79.09%
B=14.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787160.9200.820.66126.7585.1118.43
Hex757105C052427f5512
Octal712720134012210217712522
Binary11110101111000010111000101001010000101111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075710; }

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

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

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

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

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

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

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

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