#0B693D

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

Shades of Jewel #0B693D

Tints of Jewel #0B693D

Color information

#0B693D (or 0x0B693D) is unknown color: approx Jewel. HEX triplet: 0B, 69 and 3D. RGB value is (11,105,61). Sum of RGB (Red+Green+Blue) = 11+105+61=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #0B693D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B693D is #F496C2. Grayscale: #474747. Windows color (decimal): -16029379 or 4024587. OLE color: 4024587.

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

Color convert

RGB1110561-
CMYK0.9000.420.59
HSL151.91º81.03%22.75%-
HSV(B)151.91º89.52%41.18%-
XYZ6.0310.516.13-
YUV71.88121.8684.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.21%
GREEN value IS 105 (41.41% from 255) = 59.32%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=6.21%
G=59.32%
B=34.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105610.9000.420.59151.9181.0322.75
HexB693D5A02A3B985117
Octal13151751320527323012127
Binary101111010011111011011010010101011101110011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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