#0B6747

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

Shades of Jewel #0B6747

Tints of Jewel #0B6747

Color information

#0B6747 (or 0x0B6747) is unknown color: approx Jewel. HEX triplet: 0B, 67 and 47. RGB value is (11,103,71). Sum of RGB (Red+Green+Blue) = 11+103+71=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #0B6747 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6747 is #F498B8. Grayscale: #474747. Windows color (decimal): -16029881 or 4679435. OLE color: 4679435.

HSL color Cylindrical-coordinate representation of color #0B6747: hue angle of 159.13º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6747 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB1110371-
CMYK0.8900.310.60
HSL159.13º80.7%22.35%-
HSV(B)159.13º89.32%40.39%-
XYZ6.1310.237.61-
YUV71.84127.5284.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=5.95%
G=55.68%
B=38.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11103710.8900.310.60159.1380.722.35
HexB67475901F3C9f5116
Octal131471071310377423712126
Binary101111001111000111101100101111111110010011111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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