Html Css Color HEX #07A671 Jade

📋 copy color: '#07A671'

red 7 ◦ green 166 ◦ blue 113

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

Shades of Jade #07A671

Tints of Jade #07A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.04%

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 2.45%
G = 58.04%
B = 39.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#07A671 (or 0x07A671) is known color: Jade. HEX triplet: 07, A6 and 71. RGB value is (7,166,113). Sum of RGB (Red+Green+Blue) = 7+166+113=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #07A671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A671 is #F8598E. Grayscale: #707070. Windows color (decimal): -16275855 or 7448071. OLE color: 7448071.

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

Color convert

RGB 7 166 113 -
CMYK 0.96 0 0.32 0.35
HSL 160º 0.92% 0.34% -
HSV(B) 160º 0.96% 0.65% -
XYZ 16.7 28.51 20.25 -
YUV 112.42 128.32 52.81 -
System Red Green Blue C M Y K H S L
Decimal 7 166 113 0.96 0 0.32 0.35 160 0.92 0.34
Hex 7 A6 71 60 0 20 23 A0 5C 22
Octal 7 246 161 140 0 40 43 240 134 42
Binary 111 10100110 1110001 1100000 0 100000 100011 10100000 1011100 100010

Color Harmonies of #07A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A671

Black with #07A671

Text Example


Text Example

White with #07A671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,166,113); }

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

background-color css

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

 a { background-color: rgb(7,166,113); }

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

border-color css

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

 span { border-color: rgb(7,166,113); }

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