#0B6942

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

Shades of Jewel #0B6942

Tints of Jewel #0B6942

Color information

#0B6942 (or 0x0B6942) is unknown color: approx Jewel. HEX triplet: 0B, 69 and 42. RGB value is (11,105,66). Sum of RGB (Red+Green+Blue) = 11+105+66=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #0B6942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6942 is #F496BD. Grayscale: #484848. Windows color (decimal): -16029374 or 4352267. OLE color: 4352267.

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

Color convert

RGB1110566-
CMYK0.9000.370.59
HSL155.11º81.03%22.75%-
HSV(B)155.11º89.52%41.18%-
XYZ6.1710.576.87-
YUV72.45124.3684.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.04%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=6.04%
G=57.69%
B=36.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105660.9000.370.59155.1181.0322.75
HexB69425A0253B9b5117
Octal131511021320457323312127
Binary1011110100110000101011010010010111101110011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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