#0B6D44

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

Shades of Jewel #0B6D44

Tints of Jewel #0B6D44

Color information

#0B6D44 (or 0x0B6D44) is unknown color: approx Jewel. HEX triplet: 0B, 6D and 44. RGB value is (11,109,68). Sum of RGB (Red+Green+Blue) = 11+109+68=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6D44 is #F492BB. Grayscale: #4B4B4B. Windows color (decimal): -16028348 or 4484363. OLE color: 4484363.

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

Color convert

RGB1110968-
CMYK0.9000.380.57
HSL154.9º81.67%23.53%-
HSV(B)154.9º89.91%42.75%-
XYZ6.6511.437.32-
YUV75.02124.0382.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 109 (42.97% from 255) = 57.98%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=5.85%
G=57.98%
B=36.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11109680.9000.380.57154.981.6723.53
HexB6D445A026399b5218
Octal131551041320467123312230
Binary1011110110110001001011010010011011100110011011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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