#07750D

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

Shades of Green #07750D

Tints of Green #07750D

Color information

#07750D (or 0x07750D) is unknown color: approx Green. HEX triplet: 07, 75 and 0D. RGB value is (7,117,13). Sum of RGB (Red+Green+Blue) = 7+117+13=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 117 (46.09% from 255 or 85.40% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 117 - color contains mainly: green. Hex color #07750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07750D is #F88AF2. Grayscale: #484848. Windows color (decimal): -16288499 or 881927. OLE color: 881927.

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

Color convert

RGB711713-
CMYK0.9400.890.54
HSL123.27º88.71%24.31%-
HSV(B)123.27º94.02%45.88%-
XYZ6.5212.82.51-
YUV72.2594.5681.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 117 (46.09% from 255) = 85.40%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=5.11%
G=85.40%
B=9.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117130.9400.890.54123.2788.7124.31
Hex775D5E059367b5918
Octal71651513601316617313130
Binary111111010111011011110010110011101101111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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