Html Css Color HEX #01976C Free Speech Aquamarine

📋 copy color: '#01976C'

red 1 ◦ green 151 ◦ blue 108

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

Shades of Free Speech Aquamarine #01976C

Tints of Free Speech Aquamarine #01976C

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

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

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

R = 0.38%
G = 58.08%
B = 41.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#01976C (or 0x01976C) is known color: Free Speech Aquamarine. HEX triplet: 01, 97 and 6C. RGB value is (1,151,108). Sum of RGB (Red+Green+Blue) = 1+151+108=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 151 (59.38% from 255 or 58.08% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 151 - color contains mainly: green. Hex color #01976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01976C is #FE6893. Grayscale: #656565. Windows color (decimal): -16672916 or 7116545. OLE color: 7116545.

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

Color convert

RGB 1 151 108 -
CMYK 0.99 0 0.28 0.41
HSL 162.8º 0.99% 0.3% -
HSV(B) 162.8º 0.99% 0.59% -
XYZ 13.79 23.22 17.94 -
YUV 101.25 131.81 56.5 -
System Red Green Blue C M Y K H S L
Decimal 1 151 108 0.99 0 0.28 0.41 162.8 0.99 0.3
Hex 1 97 6C 63 0 1C 29 A3 63 1E
Octal 1 227 154 143 0 34 51 243 143 36
Binary 1 10010111 1101100 1100011 0 11100 101001 10100011 1100011 11110

Color Harmonies of #01976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01976C

Black with #01976C

Text Example


Text Example

White with #01976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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