#0bb667

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

Shades of Jade #0BB667

Tints of Jade #0BB667

Color information

#0BB667 (or 0x0BB667) is unknown color: approx Jade. HEX triplet: 0B, B6 and 67. RGB value is (11,182,103). Sum of RGB (Red+Green+Blue) = 11+182+103=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB667 is #F44998. Grayscale: #7A7A7A. Windows color (decimal): -16009625 or 6796811. OLE color: 6796811.

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

Color convert

RGB11182103-
CMYK0.9400.430.29
HSL152.28º88.6%37.84%-
HSV(B)152.28º93.96%71.37%-
XYZ19.3134.5118.47-
YUV121.86117.3548.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.72%
GREEN value IS 182 (71.48% from 255) = 61.49%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=3.72%
G=61.49%
B=34.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111821030.9400.430.29152.2888.637.84
HexBB6675E02B1D985926
Octal132661471360533523013146
Binary10111011011011001111011110010101111101100110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bb667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,182,103); }

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

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

 a { background-color: rgb(11,182,103); }

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

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

 span { border-color: rgb(11,182,103); }

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