Html Css Color HEX #07957C Free Speech Aquamarine

📋 copy color: '#07957C'

red 7 ◦ green 149 ◦ blue 124

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

Shades of Free Speech Aquamarine #07957C

Tints of Free Speech Aquamarine #07957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 2.5%
G = 53.21%
B = 44.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#07957C (or 0x07957C) is known color: Free Speech Aquamarine. HEX triplet: 07, 95 and 7C. RGB value is (7,149,124). Sum of RGB (Red+Green+Blue) = 7+149+124=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #07957C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07957C is #F86A83. Grayscale: #676767. Windows color (decimal): -16280196 or 8164615. OLE color: 8164615.

HSL color Cylindrical-coordinate representation of color #07957C: hue angle of 169.44º 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 #07957C is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 149 124 -
CMYK 0.95 0 0.17 0.42
HSL 169.44º 0.91% 0.31% -
HSV(B) 169.44º 0.95% 0.58% -
XYZ 14.47 23 22.74 -
YUV 103.69 139.46 59.03 -
System Red Green Blue C M Y K H S L
Decimal 7 149 124 0.95 0 0.17 0.42 169.44 0.91 0.31
Hex 7 95 7C 5F 0 11 2A A9 5B 1F
Octal 7 225 174 137 0 21 52 251 133 37
Binary 111 10010101 1111100 1011111 0 10001 101010 10101001 1011011 11111

Color Harmonies of #07957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07957C

Black with #07957C

Text Example


Text Example

White with #07957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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