#0B7042

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

Shades of Jewel #0B7042

Tints of Jewel #0B7042

Color information

#0B7042 (or 0x0B7042) is unknown color: approx Jewel. HEX triplet: 0B, 70 and 42. RGB value is (11,112,66). Sum of RGB (Red+Green+Blue) = 11+112+66=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7042 is #F48FBD. Grayscale: #4C4C4C. Windows color (decimal): -16027582 or 4354059. OLE color: 4354059.

HSL color Cylindrical-coordinate representation of color #0B7042: hue angle of 152.67º 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 #0B7042 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1111266-
CMYK0.9000.410.56
HSL152.67º82.11%24.12%-
HSV(B)152.67º90.18%43.92%-
XYZ6.9212.057.12-
YUV76.56122.0481.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=5.82%
G=59.26%
B=34.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11112660.9000.410.56152.6782.1124.12
HexB70425A02938995218
Octal131601021320517023112230
Binary1011111000010000101011010010100111100010011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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