Html Css Color HEX #069672 Free Speech Aquamarine

📋 copy color: '#069672'

red 6 ◦ green 150 ◦ blue 114

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

Shades of Free Speech Aquamarine #069672

Tints of Free Speech Aquamarine #069672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 2.22%
G = 55.56%
B = 42.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#069672 (or 0x069672) is known color: Free Speech Aquamarine. HEX triplet: 06, 96 and 72. RGB value is (6,150,114). Sum of RGB (Red+Green+Blue) = 6+150+114=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #069672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069672 is #F9698D. Grayscale: #666666. Windows color (decimal): -16345486 or 7509510. OLE color: 7509510.

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

Color convert

RGB 6 150 114 -
CMYK 0.96 0 0.24 0.41
HSL 165º 0.92% 0.31% -
HSV(B) 165º 0.96% 0.59% -
XYZ 14.02 23.07 19.63 -
YUV 102.84 134.29 58.93 -
System Red Green Blue C M Y K H S L
Decimal 6 150 114 0.96 0 0.24 0.41 165 0.92 0.31
Hex 6 96 72 60 0 18 29 A5 5C 1F
Octal 6 226 162 140 0 30 51 245 134 37
Binary 110 10010110 1110010 1100000 0 11000 101001 10100101 1011100 11111

Color Harmonies of #069672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069672

Black with #069672

Text Example


Text Example

White with #069672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069672; }

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

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

background-color css

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

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

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

border-color css

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

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

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