Html Css Color HEX #069C97 Persian Green

📋 copy color: '#069C97'

red 6 ◦ green 156 ◦ blue 151

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

Shades of Persian Green #069C97

Tints of Persian Green #069C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 1.92%
G = 49.84%
B = 48.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#069C97 (or 0x069C97) is known color: Persian Green. HEX triplet: 06, 9C and 97. RGB value is (6,156,151). Sum of RGB (Red+Green+Blue) = 6+156+151=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #069C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069C97 is #F96368. Grayscale: #6E6E6E. Windows color (decimal): -16343913 or 9935878. OLE color: 9935878.

HSL color Cylindrical-coordinate representation of color #069C97: hue angle of 178º 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 #069C97 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 156 151 -
CMYK 0.96 0 0.03 0.39
HSL 178º 0.93% 0.32% -
HSV(B) 178º 0.96% 0.61% -
XYZ 17.55 26.05 33.38 -
YUV 110.58 150.81 53.41 -
System Red Green Blue C M Y K H S L
Decimal 6 156 151 0.96 0 0.03 0.39 178 0.93 0.32
Hex 6 9C 97 60 0 3 27 B2 5D 20
Octal 6 234 227 140 0 3 47 262 135 40
Binary 110 10011100 10010111 1100000 0 11 100111 10110010 1011101 100000

Color Harmonies of #069C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069C97

Black with #069C97

Text Example


Text Example

White with #069C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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