Html Css Color HEX #069675 Free Speech Aquamarine

📋 copy color: '#069675'

red 6 ◦ green 150 ◦ blue 117

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

Shades of Free Speech Aquamarine #069675

Tints of Free Speech Aquamarine #069675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.95%

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

R = 2.2%
G = 54.95%
B = 42.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#069675 (or 0x069675) is known color: Free Speech Aquamarine. HEX triplet: 06, 96 and 75. RGB value is (6,150,117). Sum of RGB (Red+Green+Blue) = 6+150+117=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #069675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069675 is #F9698A. Grayscale: #676767. Windows color (decimal): -16345483 or 7706118. OLE color: 7706118.

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

Color convert

RGB 6 150 117 -
CMYK 0.96 0 0.22 0.41
HSL 166.25º 0.92% 0.31% -
HSV(B) 166.25º 0.96% 0.59% -
XYZ 14.19 23.14 20.55 -
YUV 103.18 135.79 58.68 -
System Red Green Blue C M Y K H S L
Decimal 6 150 117 0.96 0 0.22 0.41 166.25 0.92 0.31
Hex 6 96 75 60 0 16 29 A6 5C 1F
Octal 6 226 165 140 0 26 51 246 134 37
Binary 110 10010110 1110101 1100000 0 10110 101001 10100110 1011100 11111

Color Harmonies of #069675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069675

Black with #069675

Text Example


Text Example

White with #069675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069675; }

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

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

background-color css

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

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

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

border-color css

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

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

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