#0B6E44

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

Shades of Jewel #0B6E44

Tints of Jewel #0B6E44

Color information

#0B6E44 (or 0x0B6E44) is unknown color: approx Jewel. HEX triplet: 0B, 6E and 44. RGB value is (11,110,68). Sum of RGB (Red+Green+Blue) = 11+110+68=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6E44 is #F491BB. Grayscale: #4B4B4B. Windows color (decimal): -16028092 or 4484619. OLE color: 4484619.

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

Color convert

RGB1111068-
CMYK0.900.380.57
HSL154.55º81.82%23.73%-
HSV(B)154.55º90%43.14%-
XYZ6.7611.647.36-
YUV75.61123.781.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 110 (43.36% from 255) = 58.20%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=5.82%
G=58.20%
B=35.98%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110680.900.380.57154.5581.8223.73
HexB6E445A026399b5218
Octal131561041320467123312230
Binary1011110111010001001011010010011011100110011011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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