Html Css Color HEX #079E6C Free Speech Aquamarine

📋 copy color: '#079E6C'

red 7 ◦ green 158 ◦ blue 108

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

Shades of Free Speech Aquamarine #079E6C

Tints of Free Speech Aquamarine #079E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 57.88%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 2.56%
G = 57.88%
B = 39.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#079E6C (or 0x079E6C) is known color: Free Speech Aquamarine. HEX triplet: 07, 9E and 6C. RGB value is (7,158,108). Sum of RGB (Red+Green+Blue) = 7+158+108=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #079E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079E6C is #F86193. Grayscale: #6B6B6B. Windows color (decimal): -16277908 or 7118343. OLE color: 7118343.

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

Color convert

RGB 7 158 108 -
CMYK 0.96 0 0.32 0.38
HSL 160.13º 0.92% 0.32% -
HSV(B) 160.13º 0.96% 0.62% -
XYZ 15.02 25.58 18.33 -
YUV 107.15 128.47 56.57 -
System Red Green Blue C M Y K H S L
Decimal 7 158 108 0.96 0 0.32 0.38 160.13 0.92 0.32
Hex 7 9E 6C 60 0 20 26 A0 5C 20
Octal 7 236 154 140 0 40 46 240 134 40
Binary 111 10011110 1101100 1100000 0 100000 100110 10100000 1011100 100000

Color Harmonies of #079E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079E6C

Black with #079E6C

Text Example


Text Example

White with #079E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,158,108); }

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

background-color css

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

 a { background-color: rgb(7,158,108); }

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

border-color css

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

 span { border-color: rgb(7,158,108); }

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