#06B691

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

Shades of Persian Green #06B691

Tints of Persian Green #06B691

Color information

#06B691 (or 0x06B691) is unknown color: approx Persian Green. HEX triplet: 06, B6 and 91. RGB value is (6,182,145). Sum of RGB (Red+Green+Blue) = 6+182+145=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #06B691 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B691 is #F9496E. Grayscale: #7D7D7D. Windows color (decimal): -16337263 or 9549318. OLE color: 9549318.

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

Color convert

RGB6182145-
CMYK0.9700.200.29
HSL167.39º93.62%36.86%-
HSV(B)167.39º96.7%71.37%-
XYZ21.9135.5432.49-
YUV125.16139.1943.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 182 (71.48% from 255) = 54.65%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=1.80%
G=54.65%
B=43.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61821450.9700.200.29167.3993.6236.86
Hex6B691610141Da75e25
Octal62662211410243524713645
Binary1101011011010010001110000101010011101101001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,182,145); }

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

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

 a { background-color: rgb(6,182,145); }

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

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

 span { border-color: rgb(6,182,145); }

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