#0B693E

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

Shades of Jewel #0B693E

Tints of Jewel #0B693E

Color information

#0B693E (or 0x0B693E) is unknown color: approx Jewel. HEX triplet: 0B, 69 and 3E. RGB value is (11,105,62). Sum of RGB (Red+Green+Blue) = 11+105+62=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #0B693E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B693E is #F496C1. Grayscale: #484848. Windows color (decimal): -16029378 or 4090123. OLE color: 4090123.

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

Color convert

RGB1110562-
CMYK0.9000.410.59
HSL152.55º81.03%22.75%-
HSV(B)152.55º89.52%41.18%-
XYZ6.0610.526.27-
YUV71.99122.3684.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=6.18%
G=58.99%
B=34.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105620.9000.410.59152.5581.0322.75
HexB693E5A0293B995117
Octal13151761320517323112127
Binary101111010011111101011010010100111101110011001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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