#10630B

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

Shades of Green #10630B

Tints of Green #10630B

Color information

#10630B (or 0x10630B) is unknown color: approx Green. HEX triplet: 10, 63 and 0B. RGB value is (16,99,11). Sum of RGB (Red+Green+Blue) = 16+99+11=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #10630B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10630B is #EF9CF4. Grayscale: #404040. Windows color (decimal): -15703285 or 746256. OLE color: 746256.

HSL color Cylindrical-coordinate representation of color #10630B: hue angle of 116.59º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10630B is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB169911-
CMYK0.8400.890.61
HSL116.59º80%21.57%-
HSV(B)116.59º88.89%38.82%-
XYZ4.749.061.82-
YUV64.159893.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 99 (39.06% from 255) = 78.57%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=12.70%
G=78.57%
B=8.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699110.8400.890.61116.598021.57
Hex1063B540593D755016
Octal201431312401317516512026
Binary10000110001110111010100010110011111011110101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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