Html Css Color HEX #069575 Free Speech Aquamarine

📋 copy color: '#069575'

red 6 ◦ green 149 ◦ blue 117

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

Shades of Free Speech Aquamarine #069575

Tints of Free Speech Aquamarine #069575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.78%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 2.21%
G = 54.78%
B = 43.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#069575 (or 0x069575) is known color: Free Speech Aquamarine. HEX triplet: 06, 95 and 75. RGB value is (6,149,117). Sum of RGB (Red+Green+Blue) = 6+149+117=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #069575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069575 is #F96A8A. Grayscale: #666666. Windows color (decimal): -16345739 or 7705862. OLE color: 7705862.

HSL color Cylindrical-coordinate representation of color #069575: hue angle of 166.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069575 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 117 -
CMYK 0.96 0 0.21 0.42
HSL 166.57º 0.92% 0.3% -
HSV(B) 166.57º 0.96% 0.58% -
XYZ 14.03 22.82 20.49 -
YUV 102.6 136.12 59.1 -
System Red Green Blue C M Y K H S L
Decimal 6 149 117 0.96 0 0.21 0.42 166.57 0.92 0.3
Hex 6 95 75 60 0 15 2A A7 5C 1E
Octal 6 225 165 140 0 25 52 247 134 36
Binary 110 10010101 1110101 1100000 0 10101 101010 10100111 1011100 11110

Color Harmonies of #069575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069575

Black with #069575

Text Example


Text Example

White with #069575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069575; }

 p { color: rgb(6,149,117); }

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

background-color css

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

 a { background-color: rgb(6,149,117); }

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

border-color css

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

 span { border-color: rgb(6,149,117); }

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