#0BB699

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

Shades of Persian Green #0BB699

Tints of Persian Green #0BB699

Color information

#0BB699 (or 0x0BB699) is unknown color: approx Persian Green. HEX triplet: 0B, B6 and 99. RGB value is (11,182,153). Sum of RGB (Red+Green+Blue) = 11+182+153=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB699 is #F44966. Grayscale: #7F7F7F. Windows color (decimal): -16009575 or 10073611. OLE color: 10073611.

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

Color convert

RGB11182153-
CMYK0.9400.160.29
HSL169.82º88.6%37.84%-
HSV(B)169.82º93.96%71.37%-
XYZ22.6235.8335.86-
YUV127.56142.3544.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.18%
GREEN value IS 182 (71.48% from 255) = 52.60%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=3.18%
G=52.60%
B=44.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111821530.9400.160.29169.8288.637.84
HexBB6995E0101Daa5926
Octal132662311360203525213146
Binary10111011011010011001101111001000011101101010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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