#00710F

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

Shades of Green #00710F

Tints of Green #00710F

Color information

#00710F (or 0x00710F) is unknown color: approx Green. HEX triplet: 00, 71 and 0F. RGB value is (0,113,15). Sum of RGB (Red+Green+Blue) = 0+113+15=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 113 (44.53% from 255 or 88.28% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 113 - color contains mainly: green. Hex color #00710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00710F is #FF8EF0. Grayscale: #444444. Windows color (decimal): -16748273 or 1011968. OLE color: 1011968.

HSL color Cylindrical-coordinate representation of color #00710F: hue angle of 127.96º 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 #00710F is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB011315-
CMYK100.870.56
HSL127.96º100%22.16%-
HSV(B)127.96º100%44.31%-
XYZ5.9911.842.42-
YUV68.0498.0679.47-

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) = 88.28%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=0%
G=88.28%
B=11.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011315100.870.56127.9610022.16
Hex071F6405738806416
Octal01611714401277020014426
Binary01110001111111001000101011111100010000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00710F; }

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

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

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

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

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

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

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

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