Html Css Color HEX #069E77 Free Speech Aquamarine

📋 copy color: '#069E77'

red 6 ◦ green 158 ◦ blue 119

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

Shades of Free Speech Aquamarine #069E77

Tints of Free Speech Aquamarine #069E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.83%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 2.12%
G = 55.83%
B = 42.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#069E77 (or 0x069E77) is known color: Free Speech Aquamarine. HEX triplet: 06, 9E and 77. RGB value is (6,158,119). Sum of RGB (Red+Green+Blue) = 6+158+119=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #069E77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069E77 is #F96188. Grayscale: #6C6C6C. Windows color (decimal): -16343433 or 7839238. OLE color: 7839238.

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

Color convert

RGB 6 158 119 -
CMYK 0.96 0 0.25 0.38
HSL 164.61º 0.93% 0.32% -
HSV(B) 164.61º 0.96% 0.62% -
XYZ 15.63 25.82 21.61 -
YUV 108.11 134.14 55.17 -
System Red Green Blue C M Y K H S L
Decimal 6 158 119 0.96 0 0.25 0.38 164.61 0.93 0.32
Hex 6 9E 77 60 0 19 26 A5 5D 20
Octal 6 236 167 140 0 31 46 245 135 40
Binary 110 10011110 1110111 1100000 0 11001 100110 10100101 1011101 100000

Color Harmonies of #069E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069E77

Black with #069E77

Text Example


Text Example

White with #069E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,158,119); }

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

background-color css

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

 a { background-color: rgb(6,158,119); }

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

border-color css

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

 span { border-color: rgb(6,158,119); }

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