Html Css Color HEX #07976E Free Speech Aquamarine

📋 copy color: '#07976E'

red 7 ◦ green 151 ◦ blue 110

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

Shades of Free Speech Aquamarine #07976E

Tints of Free Speech Aquamarine #07976E

RGB

 RED value IS 7 (3.13% from 255) = 2.61%

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

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 2.61%
G = 56.34%
B = 41.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#07976E (or 0x07976E) is known color: Free Speech Aquamarine. HEX triplet: 07, 97 and 6E. RGB value is (7,151,110). Sum of RGB (Red+Green+Blue) = 7+151+110=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #07976E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07976E is #F86891. Grayscale: #676767. Windows color (decimal): -16279698 or 7247623. OLE color: 7247623.

HSL color Cylindrical-coordinate representation of color #07976E: hue angle of 162.92º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07976E is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 151 110 -
CMYK 0.95 0 0.27 0.41
HSL 162.92º 0.91% 0.31% -
HSV(B) 162.92º 0.95% 0.59% -
XYZ 13.97 23.3 18.51 -
YUV 103.27 131.79 59.33 -
System Red Green Blue C M Y K H S L
Decimal 7 151 110 0.95 0 0.27 0.41 162.92 0.91 0.31
Hex 7 97 6E 5F 0 1B 29 A3 5B 1F
Octal 7 227 156 137 0 33 51 243 133 37
Binary 111 10010111 1101110 1011111 0 11011 101001 10100011 1011011 11111

Color Harmonies of #07976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07976E

Black with #07976E

Text Example


Text Example

White with #07976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07976E; }

 p { color: rgb(7,151,110); }

 H1.HeaderClassName
 {
   color: #07976E;
 }
 .AnyTagClassName
 {
   color: #07976E;
 }
</style>

background-color css

<style>
 a { background-color: #07976E; }

 a { background-color: rgb(7,151,110); }

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

border-color css

<style>
 span { border-color: #07976E; }

 span { border-color: rgb(7,151,110); }

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