#07A531

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

Shades of Dark Pastel Green #07A531

Tints of Dark Pastel Green #07A531

Color information

#07A531 (or 0x07A531) is unknown color: approx Dark Pastel Green. HEX triplet: 07, A5 and 31. RGB value is (7,165,49). Sum of RGB (Red+Green+Blue) = 7+165+49=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 165 (64.84% from 255 or 74.66% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 165 - color contains mainly: green. Hex color #07A531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A531 is #F85ACE. Grayscale: #686868. Windows color (decimal): -16276175 or 3253511. OLE color: 3253511.

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

Color convert

RGB716549-
CMYK0.9600.700.35
HSL135.95º91.86%33.73%-
HSV(B)135.95º95.76%64.71%-
XYZ14.127.187.41-
YUV104.5396.6558.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.17%
GREEN value IS 165 (64.84% from 255) = 74.66%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=3.17%
G=74.66%
B=22.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7165490.9600.700.35135.9591.8633.73
Hex7A5316004623885c22
Octal72456114001064321013442
Binary11110100101110001110000001000110100011100010001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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