#10770D

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

Shades of Green #10770D

Tints of Green #10770D

Color information

#10770D (or 0x10770D) is unknown color: approx Green. HEX triplet: 10, 77 and 0D. RGB value is (16,119,13). Sum of RGB (Red+Green+Blue) = 16+119+13=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #10770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10770D is #EF88F2. Grayscale: #4C4C4C. Windows color (decimal): -15698163 or 882448. OLE color: 882448.

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

Color convert

RGB1611913-
CMYK0.8700.890.53
HSL118.3º80.3%25.88%-
HSV(B)118.3º89.08%46.67%-
XYZ6.8813.332.59-
YUV76.1292.3885.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 119 (46.88% from 255) = 80.41%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=10.81%
G=80.41%
B=8.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119130.8700.890.53118.380.325.88
Hex1077D570593576501a
Octal201671512701316516612032
Binary10000111011111011010111010110011101011110110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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