#01BB76

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

Shades of Jade #01BB76

Tints of Jade #01BB76

Color information

#01BB76 (or 0x01BB76) is unknown color: approx Jade. HEX triplet: 01, BB and 76. RGB value is (1,187,118). Sum of RGB (Red+Green+Blue) = 1+187+118=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BB76 is #FE4489. Grayscale: #7B7B7B. Windows color (decimal): -16663690 or 7781121. OLE color: 7781121.

HSL color Cylindrical-coordinate representation of color #01BB76: hue angle of 157.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB76 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB1187118-
CMYK0.9900.370.27
HSL157.74º98.94%36.86%-
HSV(B)157.74º99.47%73.33%-
XYZ21.0536.8623.14-
YUV123.52124.8840.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 187 (73.44% from 255) = 61.11%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=0.33%
G=61.11%
B=38.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11871180.9900.370.27157.7498.9436.86
Hex1BB76630251B9e6325
Octal12731661430453323614345
Binary11011101111101101100011010010111011100111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BB76; }

 p { color: rgb(1,187,118); }

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

<style>
 a { background-color: #01BB76; }

 a { background-color: rgb(1,187,118); }

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

<style>
 span { border-color: #01BB76; }

 span { border-color: rgb(1,187,118); }

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