Html Css Color HEX #06977A Free Speech Aquamarine

📋 copy color: '#06977A'

red 6 ◦ green 151 ◦ blue 122

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

Shades of Free Speech Aquamarine #06977A

Tints of Free Speech Aquamarine #06977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.12%

 BLUE value IS 122 (48.05% from 255) = 43.73%

R = 2.15%
G = 54.12%
B = 43.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#06977A (or 0x06977A) is known color: Free Speech Aquamarine. HEX triplet: 06, 97 and 7A. RGB value is (6,151,122). Sum of RGB (Red+Green+Blue) = 6+151+122=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #06977A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06977A is #F96885. Grayscale: #686868. Windows color (decimal): -16345222 or 8034054. OLE color: 8034054.

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

Color convert

RGB 6 151 122 -
CMYK 0.96 0 0.19 0.41
HSL 168º 0.92% 0.31% -
HSV(B) 168º 0.96% 0.59% -
XYZ 14.65 23.58 22.19 -
YUV 104.34 137.96 57.86 -
System Red Green Blue C M Y K H S L
Decimal 6 151 122 0.96 0 0.19 0.41 168 0.92 0.31
Hex 6 97 7A 60 0 13 29 A8 5C 1F
Octal 6 227 172 140 0 23 51 250 134 37
Binary 110 10010111 1111010 1100000 0 10011 101001 10101000 1011100 11111

Color Harmonies of #06977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06977A

Black with #06977A

Text Example


Text Example

White with #06977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06977A; }

 p { color: rgb(6,151,122); }

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

background-color css

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

 a { background-color: rgb(6,151,122); }

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

border-color css

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

 span { border-color: rgb(6,151,122); }

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