#075300

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

Shades of Myrtle #075300

Tints of Myrtle #075300

Color information

#075300 (or 0x075300) is unknown color: approx Myrtle. HEX triplet: 07, 53 and 00. RGB value is (7,83,0). Sum of RGB (Red+Green+Blue) = 7+83+0=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 83 (32.81% from 255 or 92.22% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 83 - color contains mainly: green. Hex color #075300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075300 is #F8ACFF. Grayscale: #333333. Windows color (decimal): -16297216 or 21255. OLE color: 21255.

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

Color convert

RGB7830-
CMYK0.92010.67
HSL114.94º100%16.27%-
HSV(B)114.94º100%32.55%-
XYZ3.186.231.04-
YUV50.8199.3296.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 83 (32.81% from 255) = 92.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.78%
G=92.22%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal78300.92010.67114.9410016.27
Hex75305C06443736410
Octal71230134014410316314420
Binary1111010011010111000110010010000111110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075300; }

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

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

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

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

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

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

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

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