Html Css Color HEX #07AD76 Jade

📋 copy color: '#07AD76'

red 7 ◦ green 173 ◦ blue 118

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

Shades of Jade #07AD76

Tints of Jade #07AD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.05%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 2.35%
G = 58.05%
B = 39.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#07AD76 (or 0x07AD76) is known color: Jade. HEX triplet: 07, AD and 76. RGB value is (7,173,118). Sum of RGB (Red+Green+Blue) = 7+173+118=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AD76 is #F85289. Grayscale: #757575. Windows color (decimal): -16274058 or 7777543. OLE color: 7777543.

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

Color convert

RGB 7 173 118 -
CMYK 0.96 0 0.32 0.32
HSL 160.12º 0.92% 0.35% -
HSV(B) 160.12º 0.96% 0.68% -
XYZ 18.3 31.24 22.2 -
YUV 117.1 128.5 49.47 -
System Red Green Blue C M Y K H S L
Decimal 7 173 118 0.96 0 0.32 0.32 160.12 0.92 0.35
Hex 7 AD 76 60 0 20 20 A0 5C 23
Octal 7 255 166 140 0 40 40 240 134 43
Binary 111 10101101 1110110 1100000 0 100000 100000 10100000 1011100 100011

Color Harmonies of #07AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AD76

Black with #07AD76

Text Example


Text Example

White with #07AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AD76; }

 p { color: rgb(7,173,118); }

 H1.HeaderClassName
 {
   color: #07AD76;
 }
 .AnyTagClassName
 {
   color: #07AD76;
 }
</style>

background-color css

<style>
 a { background-color: #07AD76; }

 a { background-color: rgb(7,173,118); }

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

border-color css

<style>
 span { border-color: #07AD76; }

 span { border-color: rgb(7,173,118); }

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