Html Css Color HEX #079F70 Free Speech Aquamarine

📋 copy color: '#079F70'

red 7 ◦ green 159 ◦ blue 112

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

Shades of Free Speech Aquamarine #079F70

Tints of Free Speech Aquamarine #079F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.19%

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

R = 2.52%
G = 57.19%
B = 40.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#079F70 (or 0x079F70) is known color: Free Speech Aquamarine. HEX triplet: 07, 9F and 70. RGB value is (7,159,112). Sum of RGB (Red+Green+Blue) = 7+159+112=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #079F70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079F70 is #F8608F. Grayscale: #6C6C6C. Windows color (decimal): -16277648 or 7380743. OLE color: 7380743.

HSL color Cylindrical-coordinate representation of color #079F70: hue angle of 161.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079F70 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 159 112 -
CMYK 0.96 0 0.30 0.38
HSL 161.45º 0.92% 0.33% -
HSV(B) 161.45º 0.96% 0.62% -
XYZ 15.41 26.01 19.54 -
YUV 108.19 130.14 55.82 -
System Red Green Blue C M Y K H S L
Decimal 7 159 112 0.96 0 0.30 0.38 161.45 0.92 0.33
Hex 7 9F 70 60 0 1E 26 A1 5C 21
Octal 7 237 160 140 0 36 46 241 134 41
Binary 111 10011111 1110000 1100000 0 11110 100110 10100001 1011100 100001

Color Harmonies of #079F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079F70

Black with #079F70

Text Example


Text Example

White with #079F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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