#07750A

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

Shades of Green #07750A

Tints of Green #07750A

Color information

#07750A (or 0x07750A) is unknown color: approx Green. HEX triplet: 07, 75 and 0A. RGB value is (7,117,10). Sum of RGB (Red+Green+Blue) = 7+117+10=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 117 (46.09% from 255 or 87.31% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 117 - color contains mainly: green. Hex color #07750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07750A is #F88AF5. Grayscale: #484848. Windows color (decimal): -16288502 or 685319. OLE color: 685319.

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

Color convert

RGB711710-
CMYK0.9400.910.54
HSL121.64º88.71%24.31%-
HSV(B)121.64º94.02%45.88%-
XYZ6.512.792.41-
YUV71.9193.0681.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 117 (46.09% from 255) = 87.31%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=5.22%
G=87.31%
B=7.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117100.9400.910.54121.6488.7124.31
Hex775A5E05B367a5918
Octal71651213601336617213130
Binary111111010110101011110010110111101101111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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