#1A770B

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

Shades of Green #1A770B

Tints of Green #1A770B

Color information

#1A770B (or 0x1A770B) is unknown color: approx Green. HEX triplet: 1A, 77 and 0B. RGB value is (26,119,11). Sum of RGB (Red+Green+Blue) = 26+119+11=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 119 (46.88% from 255 or 76.28% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 119 - color contains mainly: green. Hex color #1A770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A770B is #E588F4. Grayscale: #4F4F4F. Windows color (decimal): -15042805 or 751386. OLE color: 751386.

HSL color Cylindrical-coordinate representation of color #1A770B: hue angle of 111.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A770B is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB2611911-
CMYK0.7800.910.53
HSL111.67º83.08%25.49%-
HSV(B)111.67º90.76%46.67%-
XYZ7.0813.442.54-
YUV78.8889.6990.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.67%
GREEN value IS 119 (46.88% from 255) = 76.28%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=16.67%
G=76.28%
B=7.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119110.7800.910.53111.6783.0825.49
Hex1A77B4E05B35705319
Octal321671311601336516012331
Binary11010111011110111001110010110111101011110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A770B; }

 p { color: rgb(26,119,11); }

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

<style>
 a { background-color: #1A770B; }

 a { background-color: rgb(26,119,11); }

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

<style>
 span { border-color: #1A770B; }

 span { border-color: rgb(26,119,11); }

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