#10770A

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

Shades of Green #10770A

Tints of Green #10770A

Color information

#10770A (or 0x10770A) is unknown color: approx Green. HEX triplet: 10, 77 and 0A. RGB value is (16,119,10). Sum of RGB (Red+Green+Blue) = 16+119+10=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #10770A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10770A is #EF88F5. Grayscale: #4C4C4C. Windows color (decimal): -15698166 or 685840. OLE color: 685840.

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

Color convert

RGB1611910-
CMYK0.8700.920.53
HSL116.7º84.5%25.29%-
HSV(B)116.7º91.6%46.67%-
XYZ6.8713.332.5-
YUV75.7890.8885.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 119 (46.88% from 255) = 82.07%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=11.03%
G=82.07%
B=6.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119100.8700.920.53116.784.525.29
Hex1077A5705C35755419
Octal201671212701346516512431
Binary10000111011110101010111010111001101011110101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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