Html Css Color HEX #069F74 Free Speech Aquamarine

📋 copy color: '#069F74'

red 6 ◦ green 159 ◦ blue 116

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

Shades of Free Speech Aquamarine #069F74

Tints of Free Speech Aquamarine #069F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.58%

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

R = 2.14%
G = 56.58%
B = 41.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#069F74 (or 0x069F74) is known color: Free Speech Aquamarine. HEX triplet: 06, 9F and 74. RGB value is (6,159,116). Sum of RGB (Red+Green+Blue) = 6+159+116=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #069F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F74 is #F9608B. Grayscale: #6C6C6C. Windows color (decimal): -16343180 or 7642886. OLE color: 7642886.

HSL color Cylindrical-coordinate representation of color #069F74: hue angle of 163.14º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069F74 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 159 116 -
CMYK 0.96 0 0.27 0.38
HSL 163.14º 0.93% 0.32% -
HSV(B) 163.14º 0.96% 0.62% -
XYZ 15.63 26.1 20.74 -
YUV 108.35 132.31 55 -
System Red Green Blue C M Y K H S L
Decimal 6 159 116 0.96 0 0.27 0.38 163.14 0.93 0.32
Hex 6 9F 74 60 0 1B 26 A3 5D 20
Octal 6 237 164 140 0 33 46 243 135 40
Binary 110 10011111 1110100 1100000 0 11011 100110 10100011 1011101 100000

Color Harmonies of #069F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069F74

Black with #069F74

Text Example


Text Example

White with #069F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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