#0B6E41

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

Shades of Jewel #0B6E41

Tints of Jewel #0B6E41

Color information

#0B6E41 (or 0x0B6E41) is unknown color: approx Jewel. HEX triplet: 0B, 6E and 41. RGB value is (11,110,65). Sum of RGB (Red+Green+Blue) = 11+110+65=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6E41 is #F491BE. Grayscale: #4B4B4B. Windows color (decimal): -16028095 or 4288011. OLE color: 4288011.

HSL color Cylindrical-coordinate representation of color #0B6E41: hue angle of 152.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E41 is Cyan = 0.9, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB1111065-
CMYK0.900.410.57
HSL152.73º81.82%23.73%-
HSV(B)152.73º90%43.14%-
XYZ6.6711.66.89-
YUV75.27122.282.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 110 (43.36% from 255) = 59.14%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=5.91%
G=59.14%
B=34.95%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110650.900.410.57152.7381.8223.73
HexB6E415A02939995218
Octal131561011320517123112230
Binary1011110111010000011011010010100111100110011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,110,65); }

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

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

 a { background-color: rgb(11,110,65); }

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

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

 span { border-color: rgb(11,110,65); }

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