Html Css Color HEX #069574 Free Speech Aquamarine

📋 copy color: '#069574'

red 6 ◦ green 149 ◦ blue 116

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

Shades of Free Speech Aquamarine #069574

Tints of Free Speech Aquamarine #069574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 2.21%
G = 54.98%
B = 42.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#069574 (or 0x069574) is known color: Free Speech Aquamarine. HEX triplet: 06, 95 and 74. RGB value is (6,149,116). Sum of RGB (Red+Green+Blue) = 6+149+116=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #069574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069574 is #F96A8B. Grayscale: #666666. Windows color (decimal): -16345740 or 7640326. OLE color: 7640326.

HSL color Cylindrical-coordinate representation of color #069574: hue angle of 166.15º 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 #069574 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 116 -
CMYK 0.96 0 0.22 0.42
HSL 166.15º 0.92% 0.3% -
HSV(B) 166.15º 0.96% 0.58% -
XYZ 13.97 22.79 20.19 -
YUV 102.48 135.62 59.18 -
System Red Green Blue C M Y K H S L
Decimal 6 149 116 0.96 0 0.22 0.42 166.15 0.92 0.3
Hex 6 95 74 60 0 16 2A A6 5C 1E
Octal 6 225 164 140 0 26 52 246 134 36
Binary 110 10010101 1110100 1100000 0 10110 101010 10100110 1011100 11110

Color Harmonies of #069574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069574

Black with #069574

Text Example


Text Example

White with #069574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069574; }

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

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

background-color css

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

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

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

border-color css

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

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

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