#10771F

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

Shades of Forest Green #10771F

Tints of Forest Green #10771F

Color information

#10771F (or 0x10771F) is unknown color: approx Forest Green. HEX triplet: 10, 77 and 1F. RGB value is (16,119,31). Sum of RGB (Red+Green+Blue) = 16+119+31=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #10771F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10771F is #EF88E0. Grayscale: #4E4E4E. Windows color (decimal): -15698145 or 2062096. OLE color: 2062096.

HSL color Cylindrical-coordinate representation of color #10771F: hue angle of 128.74º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10771F is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1611931-
CMYK0.8700.740.53
HSL128.74º76.3%26.47%-
HSV(B)128.74º86.55%46.67%-
XYZ7.0613.43.51-
YUV78.17101.3883.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 119 (46.88% from 255) = 71.69%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=9.64%
G=71.69%
B=18.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119310.8700.740.53128.7476.326.47
Hex10771F5704A35814c1a
Octal201673712701126520111432
Binary1000011101111111110101110100101011010110000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10771F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,119,31); }

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

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

 a { background-color: rgb(16,119,31); }

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

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

 span { border-color: rgb(16,119,31); }

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