Html Css Color HEX #069972 Free Speech Aquamarine

📋 copy color: '#069972'

red 6 ◦ green 153 ◦ blue 114

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

Shades of Free Speech Aquamarine #069972

Tints of Free Speech Aquamarine #069972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

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

R = 2.2%
G = 56.04%
B = 41.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#069972 (or 0x069972) is known color: Free Speech Aquamarine. HEX triplet: 06, 99 and 72. RGB value is (6,153,114). Sum of RGB (Red+Green+Blue) = 6+153+114=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #069972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069972 is #F9668D. Grayscale: #686868. Windows color (decimal): -16344718 or 7510278. OLE color: 7510278.

HSL color Cylindrical-coordinate representation of color #069972: hue angle of 164.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069972 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 114 -
CMYK 0.96 0 0.25 0.4
HSL 164.08º 0.92% 0.31% -
HSV(B) 164.08º 0.96% 0.6% -
XYZ 14.5 24.04 19.79 -
YUV 104.6 133.3 57.67 -
System Red Green Blue C M Y K H S L
Decimal 6 153 114 0.96 0 0.25 0.4 164.08 0.92 0.31
Hex 6 99 72 60 0 19 28 A4 5C 1F
Octal 6 231 162 140 0 31 50 244 134 37
Binary 110 10011001 1110010 1100000 0 11001 101000 10100100 1011100 11111

Color Harmonies of #069972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069972

Black with #069972

Text Example


Text Example

White with #069972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069972; }

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

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

background-color css

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

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

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

border-color css

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

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

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