#07530C

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

Shades of Myrtle #07530C

Tints of Myrtle #07530C

Color information

#07530C (or 0x07530C) is unknown color: approx Myrtle. HEX triplet: 07, 53 and 0C. RGB value is (7,83,12). Sum of RGB (Red+Green+Blue) = 7+83+12=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 83 (32.81% from 255 or 81.37% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 83 - color contains mainly: green. Hex color #07530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07530C is #F8ACF3. Grayscale: #343434. Windows color (decimal): -16297204 or 807687. OLE color: 807687.

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

Color convert

RGB78312-
CMYK0.9200.860.67
HSL123.95º84.44%17.65%-
HSV(B)123.95º91.57%32.55%-
XYZ3.256.261.38-
YUV52.18105.3295.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 83 (32.81% from 255) = 81.37%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=6.86%
G=81.37%
B=11.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal783120.9200.860.67123.9584.4417.65
Hex753C5C056437c5412
Octal712314134012610317412422
Binary1111010011110010111000101011010000111111100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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