Html Css Color HEX #00976C Free Speech Aquamarine

📋 copy color: '#00976C'

red 0 ◦ green 151 ◦ blue 108

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

Shades of Free Speech Aquamarine #00976C

Tints of Free Speech Aquamarine #00976C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 0%
G = 58.3%
B = 41.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#00976C (or 0x00976C) is known color: Free Speech Aquamarine. HEX triplet: 00, 97 and 6C. RGB value is (0,151,108). Sum of RGB (Red+Green+Blue) = 0+151+108=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #00976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00976C is #FF6893. Grayscale: #646464. Windows color (decimal): -16738452 or 7116544. OLE color: 7116544.

HSL color Cylindrical-coordinate representation of color #00976C: hue angle of 162.91º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00976C is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 151 108 -
CMYK 1 0 0.28 0.41
HSL 162.91º 1% 0.3% -
HSV(B) 162.91º 1% 0.59% -
XYZ 13.77 23.22 17.94 -
YUV 100.95 131.97 56 -
System Red Green Blue C M Y K H S L
Decimal 0 151 108 1 0 0.28 0.41 162.91 1 0.3
Hex 0 97 6C 64 0 1C 29 A3 64 1E
Octal 0 227 154 144 0 34 51 243 144 36
Binary 0 10010111 1101100 1100100 0 11100 101001 10100011 1100100 11110

Color Harmonies of #00976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00976C

Black with #00976C

Text Example


Text Example

White with #00976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,151,108); }

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

background-color css

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

 a { background-color: rgb(0,151,108); }

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

border-color css

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

 span { border-color: rgb(0,151,108); }

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