Html Css Color HEX #06A68E Persian Green

📋 copy color: '#06A68E'

red 6 ◦ green 166 ◦ blue 142

#06A68E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #06A68E

Tints of Persian Green #06A68E

RGB

 RED value IS 6 (2.73% from 255) = 1.91%

 GREEN value IS 166 (65.23% from 255) = 52.87%

 BLUE value IS 142 (55.86% from 255) = 45.22%

R = 1.91%
G = 52.87%
B = 45.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#06A68E (or 0x06A68E) is known color: Persian Green. HEX triplet: 06, A6 and 8E. RGB value is (6,166,142). Sum of RGB (Red+Green+Blue) = 6+166+142=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #06A68E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A68E is #F95971. Grayscale: #737373. Windows color (decimal): -16341362 or 9348614. OLE color: 9348614.

HSL color Cylindrical-coordinate representation of color #06A68E: hue angle of 171º 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 #06A68E is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 166 142 -
CMYK 0.96 0 0.14 0.35
HSL 171º 0.93% 0.34% -
HSV(B) 171º 0.96% 0.65% -
XYZ 18.59 29.26 30.26 -
YUV 115.42 142.99 49.95 -
System Red Green Blue C M Y K H S L
Decimal 6 166 142 0.96 0 0.14 0.35 171 0.93 0.34
Hex 6 A6 8E 60 0 E 23 AB 5D 22
Octal 6 246 216 140 0 16 43 253 135 42
Binary 110 10100110 10001110 1100000 0 1110 100011 10101011 1011101 100010

Color Harmonies of #06A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A68E

Black with #06A68E

Text Example


Text Example

White with #06A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,166,142); }

 H1.HeaderClassName
 {
   color: #06A68E;
 }
 .AnyTagClassName
 {
   color: #06A68E;
 }
</style>

background-color css

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

 a { background-color: rgb(6,166,142); }

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

border-color css

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

 span { border-color: rgb(6,166,142); }

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