#075308

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

Shades of Myrtle #075308

Tints of Myrtle #075308

Color information

#075308 (or 0x075308) is unknown color: approx Myrtle. HEX triplet: 07, 53 and 08. RGB value is (7,83,8). Sum of RGB (Red+Green+Blue) = 7+83+8=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 83 (32.81% from 255 or 84.69% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 83 - color contains mainly: green. Hex color #075308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075308 is #F8ACF7. Grayscale: #333333. Windows color (decimal): -16297208 or 545543. OLE color: 545543.

HSL color Cylindrical-coordinate representation of color #075308: hue angle of 120.79º degrees, saturation: 0.84, 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 #075308 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB7838-
CMYK0.9200.900.67
HSL120.79º84.44%17.65%-
HSV(B)120.79º91.57%32.55%-
XYZ3.226.251.27-
YUV51.73103.3296.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 83 (32.81% from 255) = 84.69%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=7.14%
G=84.69%
B=8.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal78380.9200.900.67120.7984.4417.65
Hex75385C05A43795412
Octal712310134013210317112422
Binary1111010011100010111000101101010000111111001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075308; }

 p { color: rgb(7,83,8); }

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

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

 a { background-color: rgb(7,83,8); }

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

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

 span { border-color: rgb(7,83,8); }

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