#10750B

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

Shades of Green #10750B

Tints of Green #10750B

Color information

#10750B (or 0x10750B) is unknown color: approx Green. HEX triplet: 10, 75 and 0B. RGB value is (16,117,11). Sum of RGB (Red+Green+Blue) = 16+117+11=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #10750B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10750B is #EF8AF4. Grayscale: #4B4B4B. Windows color (decimal): -15698677 or 750864. OLE color: 750864.

HSL color Cylindrical-coordinate representation of color #10750B: hue angle of 117.17º 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 #10750B is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1611711-
CMYK0.8600.910.54
HSL117.17º82.81%25.1%-
HSV(B)117.17º90.6%45.88%-
XYZ6.6412.862.45-
YUV74.7292.0486.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 117 (46.09% from 255) = 81.25%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=11.11%
G=81.25%
B=7.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117110.8600.910.54117.1782.8125.1
Hex1075B5605B36755319
Octal201651312601336616512331
Binary10000111010110111010110010110111101101110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10750B; }

 p { color: rgb(16,117,11); }

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

<style>
 a { background-color: #10750B; }

 a { background-color: rgb(16,117,11); }

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

<style>
 span { border-color: #10750B; }

 span { border-color: rgb(16,117,11); }

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