Html Css Color HEX #079972 Free Speech Aquamarine

📋 copy color: '#079972'

red 7 ◦ green 153 ◦ blue 114

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

Shades of Free Speech Aquamarine #079972

Tints of Free Speech Aquamarine #079972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 2.55%
G = 55.84%
B = 41.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#079972 (or 0x079972) is known color: Free Speech Aquamarine. HEX triplet: 07, 99 and 72. RGB value is (7,153,114). Sum of RGB (Red+Green+Blue) = 7+153+114=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #079972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079972 is #F8668D. Grayscale: #686868. Windows color (decimal): -16279182 or 7510279. OLE color: 7510279.

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

Color convert

RGB 7 153 114 -
CMYK 0.95 0 0.25 0.4
HSL 163.97º 0.91% 0.31% -
HSV(B) 163.97º 0.95% 0.6% -
XYZ 14.52 24.04 19.8 -
YUV 104.9 133.13 58.17 -
System Red Green Blue C M Y K H S L
Decimal 7 153 114 0.95 0 0.25 0.4 163.97 0.91 0.31
Hex 7 99 72 5F 0 19 28 A4 5B 1F
Octal 7 231 162 137 0 31 50 244 133 37
Binary 111 10011001 1110010 1011111 0 11001 101000 10100100 1011011 11111

Color Harmonies of #079972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079972

Black with #079972

Text Example


Text Example

White with #079972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079972; }

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

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

background-color css

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

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

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

border-color css

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

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

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