#0B7047

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

Shades of Jewel #0B7047

Tints of Jewel #0B7047

Color information

#0B7047 (or 0x0B7047) is unknown color: approx Jewel. HEX triplet: 0B, 70 and 47. RGB value is (11,112,71). Sum of RGB (Red+Green+Blue) = 11+112+71=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7047 is #F48FB8. Grayscale: #4D4D4D. Windows color (decimal): -16027577 or 4681739. OLE color: 4681739.

HSL color Cylindrical-coordinate representation of color #0B7047: hue angle of 155.64º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7047 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1111271-
CMYK0.9000.370.56
HSL155.64º82.11%24.12%-
HSV(B)155.64º90.18%43.92%-
XYZ7.0712.117.93-
YUV77.13124.5480.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.67%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=5.67%
G=57.73%
B=36.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11112710.9000.370.56155.6482.1124.12
HexB70475A025389c5218
Octal131601071320457023412230
Binary1011111000010001111011010010010111100010011100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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