Html Css Color HEX #00976D Free Speech Aquamarine

📋 copy color: '#00976D'

red 0 ◦ green 151 ◦ blue 109

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

Shades of Free Speech Aquamarine #00976D

Tints of Free Speech Aquamarine #00976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 0%
G = 58.08%
B = 41.92%

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

#00976D (or 0x00976D) is known color: Free Speech Aquamarine. HEX triplet: 00, 97 and 6D. RGB value is (0,151,109). Sum of RGB (Red+Green+Blue) = 0+151+109=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 151 (59.38% from 255 or 58.08% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 151 - color contains mainly: green. Hex color #00976D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00976D is #FF6892. Grayscale: #656565. Windows color (decimal): -16738451 or 7182080. OLE color: 7182080.

HSL color Cylindrical-coordinate representation of color #00976D: hue angle of 163.31º 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 #00976D is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 151 109 -
CMYK 1 0 0.28 0.41
HSL 163.31º 1% 0.3% -
HSV(B) 163.31º 1% 0.59% -
XYZ 13.83 23.24 18.22 -
YUV 101.06 132.47 55.92 -
System Red Green Blue C M Y K H S L
Decimal 0 151 109 1 0 0.28 0.41 163.31 1 0.3
Hex 0 97 6D 64 0 1C 29 A3 64 1E
Octal 0 227 155 144 0 34 51 243 144 36
Binary 0 10010111 1101101 1100100 0 11100 101001 10100011 1100100 11110

Color Harmonies of #00976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00976D

Black with #00976D

Text Example


Text Example

White with #00976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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