Html Css Color HEX #079575 Free Speech Aquamarine

📋 copy color: '#079575'

red 7 ◦ green 149 ◦ blue 117

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

Shades of Free Speech Aquamarine #079575

Tints of Free Speech Aquamarine #079575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.58%

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 2.56%
G = 54.58%
B = 42.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#079575 (or 0x079575) is known color: Free Speech Aquamarine. HEX triplet: 07, 95 and 75. RGB value is (7,149,117). Sum of RGB (Red+Green+Blue) = 7+149+117=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #079575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079575 is #F86A8A. Grayscale: #666666. Windows color (decimal): -16280203 or 7705863. OLE color: 7705863.

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

Color convert

RGB 7 149 117 -
CMYK 0.95 0 0.21 0.42
HSL 166.48º 0.91% 0.31% -
HSV(B) 166.48º 0.95% 0.58% -
XYZ 14.05 22.82 20.49 -
YUV 102.89 135.96 59.6 -
System Red Green Blue C M Y K H S L
Decimal 7 149 117 0.95 0 0.21 0.42 166.48 0.91 0.31
Hex 7 95 75 5F 0 15 2A A6 5B 1F
Octal 7 225 165 137 0 25 52 246 133 37
Binary 111 10010101 1110101 1011111 0 10101 101010 10100110 1011011 11111

Color Harmonies of #079575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079575

Black with #079575

Text Example


Text Example

White with #079575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079575; }

 p { color: rgb(7,149,117); }

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

background-color css

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

 a { background-color: rgb(7,149,117); }

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

border-color css

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

 span { border-color: rgb(7,149,117); }

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