#07610D

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

Shades of Green #07610D

Tints of Green #07610D

Color information

#07610D (or 0x07610D) is unknown color: approx Green. HEX triplet: 07, 61 and 0D. RGB value is (7,97,13). Sum of RGB (Red+Green+Blue) = 7+97+13=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 97 (38.28% from 255 or 82.91% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 97 - color contains mainly: green. Hex color #07610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07610D is #F89EF2. Grayscale: #3C3C3C. Windows color (decimal): -16293619 or 876807. OLE color: 876807.

HSL color Cylindrical-coordinate representation of color #07610D: hue angle of 124º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07610D is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB79713-
CMYK0.9300.870.62
HSL124º86.54%20.39%-
HSV(B)124º92.78%38.04%-
XYZ4.438.621.81-
YUV60.51101.1889.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 97 (38.28% from 255) = 82.91%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=5.98%
G=82.91%
B=11.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797130.9300.870.6212486.5420.39
Hex761D5D0573E7c5714
Octal71411513501277617412724
Binary111110000111011011101010101111111101111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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