#07751A

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

Shades of Green #07751A

Tints of Green #07751A

Color information

#07751A (or 0x07751A) is unknown color: approx Green. HEX triplet: 07, 75 and 1A. RGB value is (7,117,26). Sum of RGB (Red+Green+Blue) = 7+117+26=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #07751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07751A is #F88AE5. Grayscale: #494949. Windows color (decimal): -16288486 or 1733895. OLE color: 1733895.

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

Color convert

RGB711726-
CMYK0.9400.780.54
HSL130.36º88.71%24.31%-
HSV(B)130.36º94.02%45.88%-
XYZ6.6412.843.11-
YUV73.74101.0680.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 117 (46.09% from 255) = 78%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=4.67%
G=78%
B=17.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117260.9400.780.54130.3688.7124.31
Hex7751A5E04E36825918
Octal71653213601166620213130
Binary11111101011101010111100100111011011010000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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