Html Css Color HEX #069770 Free Speech Aquamarine

📋 copy color: '#069770'

red 6 ◦ green 151 ◦ blue 112

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

Shades of Free Speech Aquamarine #069770

Tints of Free Speech Aquamarine #069770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.13%

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 2.23%
G = 56.13%
B = 41.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#069770 (or 0x069770) is known color: Free Speech Aquamarine. HEX triplet: 06, 97 and 70. RGB value is (6,151,112). Sum of RGB (Red+Green+Blue) = 6+151+112=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #069770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069770 is #F9688F. Grayscale: #676767. Windows color (decimal): -16345232 or 7378694. OLE color: 7378694.

HSL color Cylindrical-coordinate representation of color #069770: hue angle of 163.86º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069770 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 151 112 -
CMYK 0.96 0 0.26 0.41
HSL 163.86º 0.92% 0.31% -
HSV(B) 163.86º 0.96% 0.59% -
XYZ 14.07 23.34 19.09 -
YUV 103.2 132.96 58.67 -
System Red Green Blue C M Y K H S L
Decimal 6 151 112 0.96 0 0.26 0.41 163.86 0.92 0.31
Hex 6 97 70 60 0 1A 29 A4 5C 1F
Octal 6 227 160 140 0 32 51 244 134 37
Binary 110 10010111 1110000 1100000 0 11010 101001 10100100 1011100 11111

Color Harmonies of #069770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069770

Black with #069770

Text Example


Text Example

White with #069770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069770; }

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

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

background-color css

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

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

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

border-color css

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

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

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