#0B7043

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

Shades of Jewel #0B7043

Tints of Jewel #0B7043

Color information

#0B7043 (or 0x0B7043) is unknown color: approx Jewel. HEX triplet: 0B, 70 and 43. RGB value is (11,112,67). Sum of RGB (Red+Green+Blue) = 11+112+67=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7043 is #F48FBC. Grayscale: #4C4C4C. Windows color (decimal): -16027581 or 4419595. OLE color: 4419595.

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

Color convert

RGB1111267-
CMYK0.9000.400.56
HSL153.27º82.11%24.12%-
HSV(B)153.27º90.18%43.92%-
XYZ6.9512.067.27-
YUV76.67122.5481.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=5.79%
G=58.95%
B=35.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11112670.9000.400.56153.2782.1124.12
HexB70435A02838995218
Octal131601031320507023112230
Binary1011111000010000111011010010100011100010011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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