#0B4F0C

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

Shades of Myrtle #0B4F0C

Tints of Myrtle #0B4F0C

Color information

#0B4F0C (or 0x0B4F0C) is unknown color: approx Myrtle. HEX triplet: 0B, 4F and 0C. RGB value is (11,79,12). Sum of RGB (Red+Green+Blue) = 11+79+12=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 79 (31.25% from 255 or 77.45% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4F0C is #F4B0F3. Grayscale: #333333. Windows color (decimal): -16036084 or 806667. OLE color: 806667.

HSL color Cylindrical-coordinate representation of color #0B4F0C: hue angle of 120.88º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F0C is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB117912-
CMYK0.8600.850.69
HSL120.88º75.56%17.65%-
HSV(B)120.88º86.08%30.98%-
XYZ35.691.29-
YUV51.03105.9799.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.78%
GREEN value IS 79 (31.25% from 255) = 77.45%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=10.78%
G=77.45%
B=11.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1179120.8600.850.69120.8875.5617.65
HexB4FC5605545794c12
Octal1311714126012510517111422
Binary10111001111110010101100101010110001011111001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,12); }

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

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

 a { background-color: rgb(11,79,12); }

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

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

 span { border-color: rgb(11,79,12); }

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