#06B392

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

Shades of Persian Green #06B392

Tints of Persian Green #06B392

Color information

#06B392 (or 0x06B392) is unknown color: approx Persian Green. HEX triplet: 06, B3 and 92. RGB value is (6,179,146). Sum of RGB (Red+Green+Blue) = 6+179+146=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #06B392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B392 is #F94C6D. Grayscale: #7B7B7B. Windows color (decimal): -16338030 or 9614086. OLE color: 9614086.

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

Color convert

RGB6179146-
CMYK0.9700.180.30
HSL168.55º93.51%36.27%-
HSV(B)168.55º96.65%70.2%-
XYZ21.3834.3532.7-
YUV123.51140.6944.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.81%
GREEN value IS 179 (70.31% from 255) = 54.08%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=1.81%
G=54.08%
B=44.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61791460.9700.180.30168.5593.5136.27
Hex6B392610121Ea95e24
Octal62632221410223625113644
Binary1101011001110010010110000101001011110101010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,179,146); }

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

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

 a { background-color: rgb(6,179,146); }

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

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

 span { border-color: rgb(6,179,146); }

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