#07A92B

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

Shades of Dark Pastel Green #07A92B

Tints of Dark Pastel Green #07A92B

Color information

#07A92B (or 0x07A92B) is unknown color: approx Dark Pastel Green. HEX triplet: 07, A9 and 2B. RGB value is (7,169,43). Sum of RGB (Red+Green+Blue) = 7+169+43=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 169 (66.41% from 255 or 77.17% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 169 - color contains mainly: green. Hex color #07A92B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A92B is #F856D4. Grayscale: #6A6A6A. Windows color (decimal): -16275157 or 2861319. OLE color: 2861319.

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

Color convert

RGB716943-
CMYK0.9600.750.34
HSL133.33º92.05%34.51%-
HSV(B)133.33º95.86%66.27%-
XYZ14.7128.67.03-
YUV106.292.3357.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 169 (66.41% from 255) = 77.17%
BLUE value IS 43 (17.19% from 255) = 19.63%
R=3.20%
G=77.17%
B=19.63%

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
Decimal7169430.9600.750.34133.3392.0534.51
Hex7A92B6004B22855c23
Octal72515314001134220513443
Binary11110101001101011110000001001011100010100001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,169,43); }

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

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

 a { background-color: rgb(7,169,43); }

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

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

 span { border-color: rgb(7,169,43); }

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