#0B6447

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

Shades of Jewel #0B6447

Tints of Jewel #0B6447

Color information

#0B6447 (or 0x0B6447) is unknown color: approx Jewel. HEX triplet: 0B, 64 and 47. RGB value is (11,100,71). Sum of RGB (Red+Green+Blue) = 11+100+71=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #0B6447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6447 is #F49BB8. Grayscale: #464646. Windows color (decimal): -16030649 or 4678667. OLE color: 4678667.

HSL color Cylindrical-coordinate representation of color #0B6447: hue angle of 160.45º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6447 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB1110071-
CMYK0.8900.290.61
HSL160.45º80.18%21.76%-
HSV(B)160.45º89%39.22%-
XYZ5.839.647.51-
YUV70.08128.5185.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.04%
GREEN value IS 100 (39.45% from 255) = 54.95%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=6.04%
G=54.95%
B=39.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100710.8900.290.61160.4580.1821.76
HexB64475901D3Da05016
Octal131441071310357524012026
Binary101111001001000111101100101110111110110100000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,71); }

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

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

 a { background-color: rgb(11,100,71); }

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

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

 span { border-color: rgb(11,100,71); }

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