#0B6C44

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

Shades of Jewel #0B6C44

Tints of Jewel #0B6C44

Color information

#0B6C44 (or 0x0B6C44) is unknown color: approx Jewel. HEX triplet: 0B, 6C and 44. RGB value is (11,108,68). Sum of RGB (Red+Green+Blue) = 11+108+68=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6C44 is #F493BB. Grayscale: #4A4A4A. Windows color (decimal): -16028604 or 4484107. OLE color: 4484107.

HSL color Cylindrical-coordinate representation of color #0B6C44: hue angle of 155.26º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C44 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB1110868-
CMYK0.9000.370.58
HSL155.26º81.51%23.33%-
HSV(B)155.26º89.81%42.35%-
XYZ6.5411.217.29-
YUV74.44124.3682.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 108 (42.58% from 255) = 57.75%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=5.88%
G=57.75%
B=36.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11108680.9000.370.58155.2681.5123.33
HexB6C445A0253A9b5217
Octal131541041320457223312227
Binary1011110110010001001011010010010111101010011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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