#0B6E45

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

Shades of Jewel #0B6E45

Tints of Jewel #0B6E45

Color information

#0B6E45 (or 0x0B6E45) is unknown color: approx Jewel. HEX triplet: 0B, 6E and 45. RGB value is (11,110,69). Sum of RGB (Red+Green+Blue) = 11+110+69=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6E45 is #F491BA. Grayscale: #4B4B4B. Windows color (decimal): -16028091 or 4550155. OLE color: 4550155.

HSL color Cylindrical-coordinate representation of color #0B6E45: hue angle of 155.15º 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 #0B6E45 is Cyan = 0.9, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB1111069-
CMYK0.900.370.57
HSL155.15º81.82%23.73%-
HSV(B)155.15º90%43.14%-
XYZ6.7911.657.52-
YUV75.72124.281.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 110 (43.36% from 255) = 57.89%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=5.79%
G=57.89%
B=36.32%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110690.900.370.57155.1581.8223.73
HexB6E455A025399b5218
Octal131561051320457123312230
Binary1011110111010001011011010010010111100110011011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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