Html Css Color HEX #06977C Free Speech Aquamarine

📋 copy color: '#06977C'

red 6 ◦ green 151 ◦ blue 124

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

Shades of Free Speech Aquamarine #06977C

Tints of Free Speech Aquamarine #06977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.13%

R = 2.14%
G = 53.74%
B = 44.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#06977C (or 0x06977C) is known color: Free Speech Aquamarine. HEX triplet: 06, 97 and 7C. RGB value is (6,151,124). Sum of RGB (Red+Green+Blue) = 6+151+124=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #06977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06977C is #F96883. Grayscale: #686868. Windows color (decimal): -16345220 or 8165126. OLE color: 8165126.

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

Color convert

RGB 6 151 124 -
CMYK 0.96 0 0.18 0.41
HSL 168.83º 0.92% 0.31% -
HSV(B) 168.83º 0.96% 0.59% -
XYZ 14.78 23.63 22.85 -
YUV 104.57 138.96 57.7 -
System Red Green Blue C M Y K H S L
Decimal 6 151 124 0.96 0 0.18 0.41 168.83 0.92 0.31
Hex 6 97 7C 60 0 12 29 A9 5C 1F
Octal 6 227 174 140 0 22 51 251 134 37
Binary 110 10010111 1111100 1100000 0 10010 101001 10101001 1011100 11111

Color Harmonies of #06977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06977C

Black with #06977C

Text Example


Text Example

White with #06977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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