#10751A

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

Shades of Forest Green #10751A

Tints of Forest Green #10751A

Color information

#10751A (or 0x10751A) is unknown color: approx Forest Green. HEX triplet: 10, 75 and 1A. RGB value is (16,117,26). Sum of RGB (Red+Green+Blue) = 16+117+26=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #10751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10751A is #EF8AE5. Grayscale: #4C4C4C. Windows color (decimal): -15698662 or 1733904. OLE color: 1733904.

HSL color Cylindrical-coordinate representation of color #10751A: hue angle of 125.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10751A is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1611726-
CMYK0.8600.780.54
HSL125.94º75.94%26.08%-
HSV(B)125.94º86.32%45.88%-
XYZ6.7612.913.11-
YUV76.4399.5484.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 117 (46.09% from 255) = 73.58%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=10.06%
G=73.58%
B=16.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117260.8600.780.54125.9475.9426.08
Hex10751A5604E367e4c1a
Octal201653212601166617611432
Binary100001110101110101010110010011101101101111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10751A; }

 p { color: rgb(16,117,26); }

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

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

 a { background-color: rgb(16,117,26); }

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

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

 span { border-color: rgb(16,117,26); }

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