#10700B

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

Shades of Green #10700B

Tints of Green #10700B

Color information

#10700B (or 0x10700B) is unknown color: approx Green. HEX triplet: 10, 70 and 0B. RGB value is (16,112,11). Sum of RGB (Red+Green+Blue) = 16+112+11=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #10700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10700B is #EF8FF4. Grayscale: #484848. Windows color (decimal): -15699957 or 749584. OLE color: 749584.

HSL color Cylindrical-coordinate representation of color #10700B: hue angle of 117.03º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10700B is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1611211-
CMYK0.8600.900.56
HSL117.03º82.11%24.12%-
HSV(B)117.03º90.18%43.92%-
XYZ6.0711.722.26-
YUV71.7893.788.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 112 (44.14% from 255) = 80.58%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=11.51%
G=80.58%
B=7.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112110.8600.900.56117.0382.1124.12
Hex1070B5605A38755218
Octal201601312601327016512230
Binary10000111000010111010110010110101110001110101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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