#07A741

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

Shades of Pigment Green #07A741

Tints of Pigment Green #07A741

Color information

#07A741 (or 0x07A741) is unknown color: approx Pigment Green. HEX triplet: 07, A7 and 41. RGB value is (7,167,65). Sum of RGB (Red+Green+Blue) = 7+167+65=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 167 (65.62% from 255 or 69.87% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 167 - color contains mainly: green. Hex color #07A741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A741 is #F858BE. Grayscale: #6B6B6B. Windows color (decimal): -16275647 or 4302599. OLE color: 4302599.

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

Color convert

RGB716765-
CMYK0.9600.610.35
HSL141.75º91.95%34.12%-
HSV(B)141.75º95.81%65.49%-
XYZ14.8628.069.63-
YUV107.53103.9956.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 167 (65.62% from 255) = 69.87%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=2.93%
G=69.87%
B=27.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7167650.9600.610.35141.7591.9534.12
Hex7A7416003D238e5c22
Octal72471011400754321613442
Binary11110100111100000111000000111101100011100011101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,167,65); }

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

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

 a { background-color: rgb(7,167,65); }

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

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

 span { border-color: rgb(7,167,65); }

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