#007110

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

Shades of Green #007110

Tints of Green #007110

Color information

#007110 (or 0x007110) is unknown color: approx Green. HEX triplet: 00, 71 and 10. RGB value is (0,113,16). Sum of RGB (Red+Green+Blue) = 0+113+16=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 113 (44.53% from 255 or 87.60% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 113 - color contains mainly: green. Hex color #007110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007110 is #FF8EEF. Grayscale: #444444. Windows color (decimal): -16748272 or 1077504. OLE color: 1077504.

HSL color Cylindrical-coordinate representation of color #007110: hue angle of 128.5º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007110 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB011316-
CMYK100.860.56
HSL128.5º100%22.16%-
HSV(B)128.5º100%44.31%-
XYZ611.852.46-
YUV68.1698.5679.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 87.60%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=0%
G=87.60%
B=12.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011316100.860.56128.510022.16
Hex071106405638806416
Octal01612014401267020014426
Binary011100011000011001000101011011100010000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007110; }

 p { color: rgb(0,113,16); }

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

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

 a { background-color: rgb(0,113,16); }

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

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

 span { border-color: rgb(0,113,16); }

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