#1B770B

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

Shades of Green #1B770B

Tints of Green #1B770B

Color information

#1B770B (or 0x1B770B) is unknown color: approx Green. HEX triplet: 1B, 77 and 0B. RGB value is (27,119,11). Sum of RGB (Red+Green+Blue) = 27+119+11=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #1B770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B770B is #E488F4. Grayscale: #4F4F4F. Windows color (decimal): -14977269 or 751387. OLE color: 751387.

HSL color Cylindrical-coordinate representation of color #1B770B: hue angle of 111.11º 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 #1B770B is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB2711911-
CMYK0.7700.910.53
HSL111.11º83.08%25.49%-
HSV(B)111.11º90.76%46.67%-
XYZ7.1113.452.54-
YUV79.1889.5290.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=17.20%
G=75.80%
B=7.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119110.7700.910.53111.1183.0825.49
Hex1B77B4D05B356f5319
Octal331671311501336515712331
Binary11011111011110111001101010110111101011101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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