#0B1D07

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

Shades of Myrtle #0B1D07

Tints of Myrtle #0B1D07

Color information

#0B1D07 (or 0x0B1D07) is unknown color: approx Myrtle. HEX triplet: 0B, 1D and 07. RGB value is (11,29,7). Sum of RGB (Red+Green+Blue) = 11+29+7=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D07 is #F4E2F8. Grayscale: #151515. Windows color (decimal): -16048889 or 466187. OLE color: 466187.

HSL color Cylindrical-coordinate representation of color #0B1D07: hue angle of 109.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B1D07 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB11297-
CMYK0.6200.760.89
HSL109.09º61.11%7.06%-
HSV(B)109.09º75.86%11.37%-
XYZ0.620.970.35-
YUV21.11120.04120.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.40%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 7 (3.12% from 255) = 14.89%
R=23.40%
G=61.70%
B=14.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112970.6200.760.89109.0961.117.06
HexB1D73E04C596d3d7
Octal13357760114131155757
Binary1011111011111111100100110010110011101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1D07; }

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

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

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

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

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

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

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

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