#0BB770

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

Shades of Jade #0BB770

Tints of Jade #0BB770

Color information

#0BB770 (or 0x0BB770) is unknown color: approx Jade. HEX triplet: 0B, B7 and 70. RGB value is (11,183,112). Sum of RGB (Red+Green+Blue) = 11+183+112=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB770 is #F4488F. Grayscale: #7B7B7B. Windows color (decimal): -16009360 or 7386891. OLE color: 7386891.

HSL color Cylindrical-coordinate representation of color #0BB770: hue angle of 155.23º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB770 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB11183112-
CMYK0.9400.390.28
HSL155.23º88.66%38.04%-
HSV(B)155.23º93.99%71.76%-
XYZ2035.1121.05-
YUV123.48121.5247.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.59%
GREEN value IS 183 (71.88% from 255) = 59.80%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=3.59%
G=59.80%
B=36.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111831120.9400.390.28155.2388.6638.04
HexBB7705E0271C9b5926
Octal132671601360473423313146
Binary10111011011111100001011110010011111100100110111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,183,112); }

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

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

 a { background-color: rgb(11,183,112); }

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

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

 span { border-color: rgb(11,183,112); }

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