Html Css Color HEX #069978 Free Speech Aquamarine

📋 copy color: '#069978'

red 6 ◦ green 153 ◦ blue 120

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

Shades of Free Speech Aquamarine #069978

Tints of Free Speech Aquamarine #069978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.01%

R = 2.15%
G = 54.84%
B = 43.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#069978 (or 0x069978) is known color: Free Speech Aquamarine. HEX triplet: 06, 99 and 78. RGB value is (6,153,120). Sum of RGB (Red+Green+Blue) = 6+153+120=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #069978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069978 is #F96687. Grayscale: #696969. Windows color (decimal): -16344712 or 7903494. OLE color: 7903494.

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

Color convert

RGB 6 153 120 -
CMYK 0.96 0 0.22 0.4
HSL 166.53º 0.92% 0.31% -
HSV(B) 166.53º 0.96% 0.6% -
XYZ 14.86 24.18 21.65 -
YUV 105.29 136.3 57.18 -
System Red Green Blue C M Y K H S L
Decimal 6 153 120 0.96 0 0.22 0.4 166.53 0.92 0.31
Hex 6 99 78 60 0 16 28 A7 5C 1F
Octal 6 231 170 140 0 26 50 247 134 37
Binary 110 10011001 1111000 1100000 0 10110 101000 10100111 1011100 11111

Color Harmonies of #069978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069978

Black with #069978

Text Example


Text Example

White with #069978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069978; }

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

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

background-color css

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

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

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

border-color css

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

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

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