#075812

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

Shades of Myrtle #075812

Tints of Myrtle #075812

Color information

#075812 (or 0x075812) is unknown color: approx Myrtle. HEX triplet: 07, 58 and 12. RGB value is (7,88,18). Sum of RGB (Red+Green+Blue) = 7+88+18=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #075812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075812 is #F8A7ED. Grayscale: #373737. Windows color (decimal): -16295918 or 1202183. OLE color: 1202183.

HSL color Cylindrical-coordinate representation of color #075812: hue angle of 128.15º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075812 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB78818-
CMYK0.9200.800.65
HSL128.15º85.26%18.63%-
HSV(B)128.15º92.05%34.51%-
XYZ3.697.071.74-
YUV55.8106.6693.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 88 (34.77% from 255) = 77.88%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=6.19%
G=77.88%
B=15.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788180.9200.800.65128.1585.2618.63
Hex758125C05041805513
Octal713022134012010120012523
Binary111101100010010101110001010000100000110000000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075812; }

 p { color: rgb(7,88,18); }

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

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

 a { background-color: rgb(7,88,18); }

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

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

 span { border-color: rgb(7,88,18); }

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