Html Css Color HEX #079971 Free Speech Aquamarine

📋 copy color: '#079971'

red 7 ◦ green 153 ◦ blue 113

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

Shades of Free Speech Aquamarine #079971

Tints of Free Speech Aquamarine #079971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 2.56%
G = 56.04%
B = 41.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#079971 (or 0x079971) is known color: Free Speech Aquamarine. HEX triplet: 07, 99 and 71. RGB value is (7,153,113). Sum of RGB (Red+Green+Blue) = 7+153+113=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #079971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079971 is #F8668E. Grayscale: #686868. Windows color (decimal): -16279183 or 7444743. OLE color: 7444743.

HSL color Cylindrical-coordinate representation of color #079971: hue angle of 163.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079971 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 153 113 -
CMYK 0.95 0 0.26 0.4
HSL 163.56º 0.91% 0.31% -
HSV(B) 163.56º 0.95% 0.6% -
XYZ 14.46 24.02 19.5 -
YUV 104.79 132.63 58.25 -
System Red Green Blue C M Y K H S L
Decimal 7 153 113 0.95 0 0.26 0.4 163.56 0.91 0.31
Hex 7 99 71 5F 0 1A 28 A4 5B 1F
Octal 7 231 161 137 0 32 50 244 133 37
Binary 111 10011001 1110001 1011111 0 11010 101000 10100100 1011011 11111

Color Harmonies of #079971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079971

Black with #079971

Text Example


Text Example

White with #079971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079971; }

 p { color: rgb(7,153,113); }

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

background-color css

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

 a { background-color: rgb(7,153,113); }

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

border-color css

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

 span { border-color: rgb(7,153,113); }

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