#06B499

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

Shades of Persian Green #06B499

Tints of Persian Green #06B499

Color information

#06B499 (or 0x06B499) is unknown color: approx Persian Green. HEX triplet: 06, B4 and 99. RGB value is (6,180,153). Sum of RGB (Red+Green+Blue) = 6+180+153=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #06B499 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B499 is #F94B66. Grayscale: #7C7C7C. Windows color (decimal): -16337767 or 10073094. OLE color: 10073094.

HSL color Cylindrical-coordinate representation of color #06B499: hue angle of 170.69º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B499 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB6180153-
CMYK0.9700.150.29
HSL170.69º93.55%36.47%-
HSV(B)170.69º96.67%70.59%-
XYZ22.1534.9835.72-
YUV124.9143.8543.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.77%
GREEN value IS 180 (70.70% from 255) = 53.10%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=1.77%
G=53.10%
B=45.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61801530.9700.150.29170.6993.5536.47
Hex6B499610F1Dab5e24
Octal62642311410173525313644
Binary110101101001001100111000010111111101101010111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B499; }

 p { color: rgb(6,180,153); }

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

<style>
 a { background-color: #06B499; }

 a { background-color: rgb(6,180,153); }

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

<style>
 span { border-color: #06B499; }

 span { border-color: rgb(6,180,153); }

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