#06A78D

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

Shades of Persian Green #06A78D

Tints of Persian Green #06A78D

Color information

#06A78D (or 0x06A78D) is unknown color: approx Persian Green. HEX triplet: 06, A7 and 8D. RGB value is (6,167,141). Sum of RGB (Red+Green+Blue) = 6+167+141=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #06A78D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A78D is #F95872. Grayscale: #737373. Windows color (decimal): -16341107 or 9283334. OLE color: 9283334.

HSL color Cylindrical-coordinate representation of color #06A78D: hue angle of 170.31º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A78D is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB6167141-
CMYK0.9600.160.35
HSL170.31º93.06%33.92%-
HSV(B)170.31º96.41%65.49%-
XYZ18.729.629.93-
YUV115.9142.1649.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.91%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=1.91%
G=53.18%
B=44.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61671410.9600.160.35170.3193.0633.92
Hex6A78D6001023aa5d22
Octal62472151400204325213542
Binary11010100111100011011100000010000100011101010101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,167,141); }

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

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

 a { background-color: rgb(6,167,141); }

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

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

 span { border-color: rgb(6,167,141); }

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