#0BB068

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

Shades of Jade #0BB068

Tints of Jade #0BB068

Color information

#0BB068 (or 0x0BB068) is unknown color: approx Jade. HEX triplet: 0B, B0 and 68. RGB value is (11,176,104). Sum of RGB (Red+Green+Blue) = 11+176+104=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB068 is #F44F97. Grayscale: #767676. Windows color (decimal): -16011160 or 6860811. OLE color: 6860811.

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

Color convert

RGB11176104-
CMYK0.9400.410.31
HSL153.82º88.24%36.67%-
HSV(B)153.82º93.75%69.02%-
XYZ18.1632.1218.34-
YUV118.46119.8451.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.78%
GREEN value IS 176 (69.14% from 255) = 60.48%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=3.78%
G=60.48%
B=35.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111761040.9400.410.31153.8288.2436.67
HexBB0685E0291F9a5825
Octal132601501360513723213045
Binary10111011000011010001011110010100111111100110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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