Html Css Color HEX #079970 Free Speech Aquamarine

📋 copy color: '#079970'

red 7 ◦ green 153 ◦ blue 112

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

Shades of Free Speech Aquamarine #079970

Tints of Free Speech Aquamarine #079970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 2.57%
G = 56.25%
B = 41.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#079970 (or 0x079970) is known color: Free Speech Aquamarine. HEX triplet: 07, 99 and 70. RGB value is (7,153,112). Sum of RGB (Red+Green+Blue) = 7+153+112=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #079970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079970 is #F8668F. Grayscale: #686868. Windows color (decimal): -16279184 or 7379207. OLE color: 7379207.

HSL color Cylindrical-coordinate representation of color #079970: hue angle of 163.15º 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 #079970 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 153 112 -
CMYK 0.95 0 0.27 0.4
HSL 163.15º 0.91% 0.31% -
HSV(B) 163.15º 0.95% 0.6% -
XYZ 14.4 24 19.2 -
YUV 104.67 132.13 58.33 -
System Red Green Blue C M Y K H S L
Decimal 7 153 112 0.95 0 0.27 0.4 163.15 0.91 0.31
Hex 7 99 70 5F 0 1B 28 A3 5B 1F
Octal 7 231 160 137 0 33 50 243 133 37
Binary 111 10011001 1110000 1011111 0 11011 101000 10100011 1011011 11111

Color Harmonies of #079970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079970

Black with #079970

Text Example


Text Example

White with #079970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079970; }

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

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

background-color css

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

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

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

border-color css

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

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

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