#0BB368

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

Shades of Jade #0BB368

Tints of Jade #0BB368

Color information

#0BB368 (or 0x0BB368) is unknown color: approx Jade. HEX triplet: 0B, B3 and 68. RGB value is (11,179,104). Sum of RGB (Red+Green+Blue) = 11+179+104=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB368 is #F44C97. Grayscale: #787878. Windows color (decimal): -16010392 or 6861579. OLE color: 6861579.

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

Color convert

RGB11179104-
CMYK0.9400.420.30
HSL153.21º88.42%37.25%-
HSV(B)153.21º93.85%70.2%-
XYZ18.7633.3118.54-
YUV120.22118.8450.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.74%
GREEN value IS 179 (70.31% from 255) = 60.88%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=3.74%
G=60.88%
B=35.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111791040.9400.420.30153.2188.4237.25
HexBB3685E02A1E995825
Octal132631501360523623113045
Binary10111011001111010001011110010101011110100110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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