Html Css Color HEX #07996C Free Speech Aquamarine

📋 copy color: '#07996C'

red 7 ◦ green 153 ◦ blue 108

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

Shades of Free Speech Aquamarine #07996C

Tints of Free Speech Aquamarine #07996C

RGB

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

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

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

R = 2.61%
G = 57.09%
B = 40.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#07996C (or 0x07996C) is known color: Free Speech Aquamarine. HEX triplet: 07, 99 and 6C. RGB value is (7,153,108). Sum of RGB (Red+Green+Blue) = 7+153+108=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #07996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07996C is #F86693. Grayscale: #686868. Windows color (decimal): -16279188 or 7117063. OLE color: 7117063.

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

Color convert

RGB 7 153 108 -
CMYK 0.95 0 0.29 0.4
HSL 161.51º 0.91% 0.31% -
HSV(B) 161.51º 0.95% 0.6% -
XYZ 14.19 23.91 18.05 -
YUV 104.22 130.13 58.66 -
System Red Green Blue C M Y K H S L
Decimal 7 153 108 0.95 0 0.29 0.4 161.51 0.91 0.31
Hex 7 99 6C 5F 0 1D 28 A2 5B 1F
Octal 7 231 154 137 0 35 50 242 133 37
Binary 111 10011001 1101100 1011111 0 11101 101000 10100010 1011011 11111

Color Harmonies of #07996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07996C

Black with #07996C

Text Example


Text Example

White with #07996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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