#07550C

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

Shades of Myrtle #07550C

Tints of Myrtle #07550C

Color information

#07550C (or 0x07550C) is unknown color: approx Myrtle. HEX triplet: 07, 55 and 0C. RGB value is (7,85,12). Sum of RGB (Red+Green+Blue) = 7+85+12=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #07550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07550C is #F8AAF3. Grayscale: #353535. Windows color (decimal): -16296692 or 808199. OLE color: 808199.

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

Color convert

RGB78512-
CMYK0.9200.860.67
HSL123.85º84.78%18.04%-
HSV(B)123.85º91.76%33.33%-
XYZ3.46.571.44-
YUV53.36104.6694.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 85 (33.59% from 255) = 81.73%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=6.73%
G=81.73%
B=11.54%

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
Decimal785120.9200.860.67123.8584.7818.04
Hex755C5C056437c5512
Octal712514134012610317412522
Binary1111010101110010111000101011010000111111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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