#1B760A

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

Shades of Green #1B760A

Tints of Green #1B760A

Color information

#1B760A (or 0x1B760A) is unknown color: approx Green. HEX triplet: 1B, 76 and 0A. RGB value is (27,118,10). Sum of RGB (Red+Green+Blue) = 27+118+10=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #1B760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B760A is #E489F5. Grayscale: #4E4E4E. Windows color (decimal): -14977526 or 685595. OLE color: 685595.

HSL color Cylindrical-coordinate representation of color #1B760A: hue angle of 110.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B760A is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB2711810-
CMYK0.7700.920.54
HSL110.56º84.38%25.1%-
HSV(B)110.56º91.53%46.27%-
XYZ6.9913.212.47-
YUV78.4889.3591.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.42%
GREEN value IS 118 (46.48% from 255) = 76.13%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=17.42%
G=76.13%
B=6.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27118100.7700.920.54110.5684.3825.1
Hex1B76A4D05C366f5419
Octal331661211501346615712431
Binary11011111011010101001101010111001101101101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,118,10); }

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

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

 a { background-color: rgb(27,118,10); }

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

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

 span { border-color: rgb(27,118,10); }

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