#0BB063

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

Shades of Jade #0BB063

Tints of Jade #0BB063

Color information

#0BB063 (or 0x0BB063) is unknown color: approx Jade. HEX triplet: 0B, B0 and 63. RGB value is (11,176,99). Sum of RGB (Red+Green+Blue) = 11+176+99=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB063 is #F44F9C. Grayscale: #767676. Windows color (decimal): -16011165 or 6533131. OLE color: 6533131.

HSL color Cylindrical-coordinate representation of color #0BB063: hue angle of 152º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB063 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1117699-
CMYK0.9400.440.31
HSL152º88.24%36.67%-
HSV(B)152º93.75%69.02%-
XYZ17.9232.0217.04-
YUV117.89117.3451.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.85%
GREEN value IS 176 (69.14% from 255) = 61.54%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=3.85%
G=61.54%
B=34.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11176990.9400.440.3115288.2436.67
HexBB0635E02C1F985825
Octal132601431360543723013045
Binary10111011000011000111011110010110011111100110001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,99); }

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

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

 a { background-color: rgb(11,176,99); }

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

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

 span { border-color: rgb(11,176,99); }

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