#07530B

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

Shades of Myrtle #07530B

Tints of Myrtle #07530B

Color information

#07530B (or 0x07530B) is unknown color: approx Myrtle. HEX triplet: 07, 53 and 0B. RGB value is (7,83,11). Sum of RGB (Red+Green+Blue) = 7+83+11=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #07530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07530B is #F8ACF4. Grayscale: #343434. Windows color (decimal): -16297205 or 742151. OLE color: 742151.

HSL color Cylindrical-coordinate representation of color #07530B: hue angle of 123.16º 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 #07530B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB78311-
CMYK0.9200.870.67
HSL123.16º84.44%17.65%-
HSV(B)123.16º91.57%32.55%-
XYZ3.246.261.35-
YUV52.07104.8295.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 83 (32.81% from 255) = 82.18%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=6.93%
G=82.18%
B=10.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal783110.9200.870.67123.1684.4417.65
Hex753B5C057437b5412
Octal712313134012710317312422
Binary1111010011101110111000101011110000111111011101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07530B; }

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

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

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

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

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

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

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

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