Html Css Color HEX #069C93 Persian Green

📋 copy color: '#069C93'

red 6 ◦ green 156 ◦ blue 147

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

Shades of Persian Green #069C93

Tints of Persian Green #069C93

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.49%

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 1.94%
G = 50.49%
B = 47.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#069C93 (or 0x069C93) is known color: Persian Green. HEX triplet: 06, 9C and 93. RGB value is (6,156,147). Sum of RGB (Red+Green+Blue) = 6+156+147=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #069C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069C93 is #F9636C. Grayscale: #6E6E6E. Windows color (decimal): -16343917 or 9673734. OLE color: 9673734.

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

Color convert

RGB 6 156 147 -
CMYK 0.96 0 0.06 0.39
HSL 176.4º 0.93% 0.32% -
HSV(B) 176.4º 0.96% 0.61% -
XYZ 17.23 25.92 31.7 -
YUV 110.12 148.81 53.73 -
System Red Green Blue C M Y K H S L
Decimal 6 156 147 0.96 0 0.06 0.39 176.4 0.93 0.32
Hex 6 9C 93 60 0 6 27 B0 5D 20
Octal 6 234 223 140 0 6 47 260 135 40
Binary 110 10011100 10010011 1100000 0 110 100111 10110000 1011101 100000

Color Harmonies of #069C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069C93

Black with #069C93

Text Example


Text Example

White with #069C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,156,147); }

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

background-color css

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

 a { background-color: rgb(6,156,147); }

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

border-color css

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

 span { border-color: rgb(6,156,147); }

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