#0B6941

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

Shades of Jewel #0B6941

Tints of Jewel #0B6941

Color information

#0B6941 (or 0x0B6941) is unknown color: approx Jewel. HEX triplet: 0B, 69 and 41. RGB value is (11,105,65). Sum of RGB (Red+Green+Blue) = 11+105+65=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #0B6941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6941 is #F496BE. Grayscale: #484848. Windows color (decimal): -16029375 or 4286731. OLE color: 4286731.

HSL color Cylindrical-coordinate representation of color #0B6941: hue angle of 154.47º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6941 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1110565-
CMYK0.9000.380.59
HSL154.47º81.03%22.75%-
HSV(B)154.47º89.52%41.18%-
XYZ6.1410.566.71-
YUV72.33123.8684.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.08%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=6.08%
G=58.01%
B=35.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105650.9000.380.59154.4781.0322.75
HexB69415A0263B9a5117
Octal131511011320467323212127
Binary1011110100110000011011010010011011101110011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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