#1B760B

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

Shades of Green #1B760B

Tints of Green #1B760B

Color information

#1B760B (or 0x1B760B) is unknown color: approx Green. HEX triplet: 1B, 76 and 0B. RGB value is (27,118,11). Sum of RGB (Red+Green+Blue) = 27+118+11=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #1B760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B760B is #E489F4. Grayscale: #4E4E4E. Windows color (decimal): -14977525 or 751131. OLE color: 751131.

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

Color convert

RGB2711811-
CMYK0.7700.910.54
HSL111.03º82.95%25.29%-
HSV(B)111.03º90.68%46.27%-
XYZ6.9913.212.5-
YUV78.5989.8591.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.31%
GREEN value IS 118 (46.48% from 255) = 75.64%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=17.31%
G=75.64%
B=7.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27118110.7700.910.54111.0382.9525.29
Hex1B76B4D05B366f5319
Octal331661311501336615712331
Binary11011111011010111001101010110111101101101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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