#07550D

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

Shades of Myrtle #07550D

Tints of Myrtle #07550D

Color information

#07550D (or 0x07550D) is unknown color: approx Myrtle. HEX triplet: 07, 55 and 0D. RGB value is (7,85,13). Sum of RGB (Red+Green+Blue) = 7+85+13=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #07550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07550D is #F8AAF2. Grayscale: #353535. Windows color (decimal): -16296691 or 873735. OLE color: 873735.

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

Color convert

RGB78513-
CMYK0.9200.850.67
HSL124.62º84.78%18.04%-
HSV(B)124.62º91.76%33.33%-
XYZ3.416.571.47-
YUV53.47105.1694.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 85 (33.59% from 255) = 80.95%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=6.67%
G=80.95%
B=12.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785130.9200.850.67124.6284.7818.04
Hex755D5C055437d5512
Octal712515134012510317512522
Binary1111010101110110111000101010110000111111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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