#105B00

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

Shades of Green #105B00

Tints of Green #105B00

Color information

#105B00 (or 0x105B00) is unknown color: approx Green. HEX triplet: 10, 5B and 00. RGB value is (16,91,0). Sum of RGB (Red+Green+Blue) = 16+91+0=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 91 (35.94% from 255 or 85.05% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 91 - color contains mainly: green. Hex color #105B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105B00 is #EFA4FF. Grayscale: #3A3A3A. Windows color (decimal): -15705344 or 23312. OLE color: 23312.

HSL color Cylindrical-coordinate representation of color #105B00: hue angle of 109.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #105B00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB16910-
CMYK0.82010.64
HSL109.45º100%17.84%-
HSV(B)109.45º100%35.69%-
XYZ3.957.591.26-
YUV58.295.1597.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 91 (35.94% from 255) = 85.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.95%
G=85.05%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal169100.82010.64109.4510017.84
Hex105B052064406d6412
Octal201330122014410015514422
Binary100001011011010100100110010010000001101101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B00; }

 p { color: rgb(16,91,0); }

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

<style>
 a { background-color: #105B00; }

 a { background-color: rgb(16,91,0); }

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

<style>
 span { border-color: #105B00; }

 span { border-color: rgb(16,91,0); }

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