#07710D

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

Shades of Green #07710D

Tints of Green #07710D

Color information

#07710D (or 0x07710D) is unknown color: approx Green. HEX triplet: 07, 71 and 0D. RGB value is (7,113,13). Sum of RGB (Red+Green+Blue) = 7+113+13=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #07710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07710D is #F88EF2. Grayscale: #464646. Windows color (decimal): -16289523 or 880903. OLE color: 880903.

HSL color Cylindrical-coordinate representation of color #07710D: hue angle of 123.4º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07710D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB711313-
CMYK0.9400.880.56
HSL123.4º88.33%23.53%-
HSV(B)123.4º93.81%44.31%-
XYZ6.0711.882.36-
YUV69.9195.8883.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 113 (44.53% from 255) = 84.96%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=5.26%
G=84.96%
B=9.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7113130.9400.880.56123.488.3323.53
Hex771D5E058387b5818
Octal71611513601307017313030
Binary111111000111011011110010110001110001111011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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