#07740A

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

Shades of Green #07740A

Tints of Green #07740A

Color information

#07740A (or 0x07740A) is unknown color: approx Green. HEX triplet: 07, 74 and 0A. RGB value is (7,116,10). Sum of RGB (Red+Green+Blue) = 7+116+10=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 116 (45.70% from 255 or 87.22% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 116 - color contains mainly: green. Hex color #07740A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07740A is #F88BF5. Grayscale: #474747. Windows color (decimal): -16288758 or 685063. OLE color: 685063.

HSL color Cylindrical-coordinate representation of color #07740A: hue angle of 121.65º 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 #07740A is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB711610-
CMYK0.9400.910.55
HSL121.65º88.62%24.12%-
HSV(B)121.65º93.97%45.49%-
XYZ6.3912.562.37-
YUV71.3293.3982.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 116 (45.70% from 255) = 87.22%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=5.26%
G=87.22%
B=7.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116100.9400.910.55121.6588.6224.12
Hex774A5E05B377a5918
Octal71641213601336717213130
Binary111111010010101011110010110111101111111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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