Html Css Color HEX #07A570 Jade

📋 copy color: '#07A570'

red 7 ◦ green 165 ◦ blue 112

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

Shades of Jade #07A570

Tints of Jade #07A570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.1%

 BLUE value IS 112 (44.14% from 255) = 39.44%

R = 2.46%
G = 58.1%
B = 39.44%

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

#07A570 (or 0x07A570) is known color: Jade. HEX triplet: 07, A5 and 70. RGB value is (7,165,112). Sum of RGB (Red+Green+Blue) = 7+165+112=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #07A570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A570 is #F85A8F. Grayscale: #6F6F6F. Windows color (decimal): -16276112 or 7382279. OLE color: 7382279.

HSL color Cylindrical-coordinate representation of color #07A570: hue angle of 159.87º 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 #07A570 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 7 165 112 -
CMYK 0.96 0 0.32 0.35
HSL 159.87º 0.92% 0.34% -
HSV(B) 159.87º 0.96% 0.65% -
XYZ 16.47 28.13 19.89 -
YUV 111.72 128.15 53.31 -
System Red Green Blue C M Y K H S L
Decimal 7 165 112 0.96 0 0.32 0.35 159.87 0.92 0.34
Hex 7 A5 70 60 0 20 23 A0 5C 22
Octal 7 245 160 140 0 40 43 240 134 42
Binary 111 10100101 1110000 1100000 0 100000 100011 10100000 1011100 100010

Color Harmonies of #07A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A570

Black with #07A570

Text Example


Text Example

White with #07A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,165,112); }

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

background-color css

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

 a { background-color: rgb(7,165,112); }

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

border-color css

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

 span { border-color: rgb(7,165,112); }

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