#07741A

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

Shades of Green #07741A

Tints of Green #07741A

Color information

#07741A (or 0x07741A) is unknown color: approx Green. HEX triplet: 07, 74 and 1A. RGB value is (7,116,26). Sum of RGB (Red+Green+Blue) = 7+116+26=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 116 (45.70% from 255 or 77.85% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 116 - color contains mainly: green. Hex color #07741A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07741A is #F88BE5. Grayscale: #494949. Windows color (decimal): -16288742 or 1733639. OLE color: 1733639.

HSL color Cylindrical-coordinate representation of color #07741A: hue angle of 130.46º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07741A is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB711626-
CMYK0.9400.780.55
HSL130.46º88.62%24.12%-
HSV(B)130.46º93.97%45.49%-
XYZ6.5212.613.07-
YUV73.15101.3980.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 116 (45.70% from 255) = 77.85%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=4.70%
G=77.85%
B=17.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116260.9400.780.55130.4688.6224.12
Hex7741A5E04E37825918
Octal71643213601166720213130
Binary11111101001101010111100100111011011110000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07741A; }

 p { color: rgb(7,116,26); }

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

<style>
 a { background-color: #07741A; }

 a { background-color: rgb(7,116,26); }

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

<style>
 span { border-color: #07741A; }

 span { border-color: rgb(7,116,26); }

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