#07A82A

Color #07A82A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #07A82A

Tints of Dark Pastel Green #07A82A

Color information

#07A82A (or 0x07A82A) is unknown color: approx Dark Pastel Green. HEX triplet: 07, A8 and 2A. RGB value is (7,168,42). Sum of RGB (Red+Green+Blue) = 7+168+42=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 168 (66.02% from 255 or 77.42% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 168 - color contains mainly: green. Hex color #07A82A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A82A is #F857D5. Grayscale: #696969. Windows color (decimal): -16275414 or 2795527. OLE color: 2795527.

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

Color convert

RGB716842-
CMYK0.9600.750.34
HSL133.04º92%34.31%-
HSV(B)133.04º95.83%65.88%-
XYZ14.5128.226.87-
YUV105.592.1657.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 168 (66.02% from 255) = 77.42%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=3.23%
G=77.42%
B=19.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7168420.9600.750.34133.049234.31
Hex7A82A6004B22855c22
Octal72505214001134220513442
Binary11110101000101010110000001001011100010100001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,168,42); }

 H1.HeaderClassName
 {
   color: #07A82A;
 }
 .AnyTagClassName
 {
   color: #07A82A;
 }
</style>
background-color css

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

 a { background-color: rgb(7,168,42); }

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

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

 span { border-color: rgb(7,168,42); }

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