Html Css Color HEX #069D8A Persian Green

📋 copy color: '#069D8A'

red 6 ◦ green 157 ◦ blue 138

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

Shades of Persian Green #069D8A

Tints of Persian Green #069D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.16%

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 1.99%
G = 52.16%
B = 45.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#069D8A (or 0x069D8A) is known color: Persian Green. HEX triplet: 06, 9D and 8A. RGB value is (6,157,138). Sum of RGB (Red+Green+Blue) = 6+157+138=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #069D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069D8A is #F96275. Grayscale: #6D6D6D. Windows color (decimal): -16343670 or 9084166. OLE color: 9084166.

HSL color Cylindrical-coordinate representation of color #069D8A: hue angle of 172.45º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069D8A is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 157 138 -
CMYK 0.96 0 0.12 0.38
HSL 172.45º 0.93% 0.32% -
HSV(B) 172.45º 0.96% 0.62% -
XYZ 16.72 25.99 28.18 -
YUV 109.69 143.97 54.04 -
System Red Green Blue C M Y K H S L
Decimal 6 157 138 0.96 0 0.12 0.38 172.45 0.93 0.32
Hex 6 9D 8A 60 0 C 26 AC 5D 20
Octal 6 235 212 140 0 14 46 254 135 40
Binary 110 10011101 10001010 1100000 0 1100 100110 10101100 1011101 100000

Color Harmonies of #069D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069D8A

Black with #069D8A

Text Example


Text Example

White with #069D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069D8A; }

 p { color: rgb(6,157,138); }

 H1.HeaderClassName
 {
   color: #069D8A;
 }
 .AnyTagClassName
 {
   color: #069D8A;
 }
</style>

background-color css

<style>
 a { background-color: #069D8A; }

 a { background-color: rgb(6,157,138); }

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

border-color css

<style>
 span { border-color: #069D8A; }

 span { border-color: rgb(6,157,138); }

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