#0B683D

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

Shades of Jewel #0B683D

Tints of Jewel #0B683D

Color information

#0B683D (or 0x0B683D) is unknown color: approx Jewel. HEX triplet: 0B, 68 and 3D. RGB value is (11,104,61). Sum of RGB (Red+Green+Blue) = 11+104+61=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #0B683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B683D is #F497C2. Grayscale: #474747. Windows color (decimal): -16029635 or 4024331. OLE color: 4024331.

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

Color convert

RGB1110461-
CMYK0.8900.410.59
HSL152.26º80.87%22.55%-
HSV(B)152.26º89.42%40.78%-
XYZ5.9310.316.09-
YUV71.29122.1985-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.25%
GREEN value IS 104 (41.02% from 255) = 59.09%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=6.25%
G=59.09%
B=34.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11104610.8900.410.59152.2680.8722.55
HexB683D590293B985117
Octal13150751310517323012127
Binary101111010001111011011001010100111101110011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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