Html Css Color HEX #07996B Free Speech Aquamarine

📋 copy color: '#07996B'

red 7 ◦ green 153 ◦ blue 107

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

Shades of Free Speech Aquamarine #07996B

Tints of Free Speech Aquamarine #07996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 2.62%
G = 57.3%
B = 40.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#07996B (or 0x07996B) is known color: Free Speech Aquamarine. HEX triplet: 07, 99 and 6B. RGB value is (7,153,107). Sum of RGB (Red+Green+Blue) = 7+153+107=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #07996B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07996B is #F86694. Grayscale: #686868. Windows color (decimal): -16279189 or 7051527. OLE color: 7051527.

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

Color convert

RGB 7 153 107 -
CMYK 0.95 0 0.30 0.4
HSL 161.1º 0.91% 0.31% -
HSV(B) 161.1º 0.95% 0.6% -
XYZ 14.13 23.89 17.78 -
YUV 104.1 129.63 58.74 -
System Red Green Blue C M Y K H S L
Decimal 7 153 107 0.95 0 0.30 0.4 161.1 0.91 0.31
Hex 7 99 6B 5F 0 1E 28 A1 5B 1F
Octal 7 231 153 137 0 36 50 241 133 37
Binary 111 10011001 1101011 1011111 0 11110 101000 10100001 1011011 11111

Color Harmonies of #07996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07996B

Black with #07996B

Text Example


Text Example

White with #07996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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