#101207

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

Shades of Green Waterloo #101207

Tints of Green Waterloo #101207

Color information

#101207 (or 0x101207) is unknown color: approx Green Waterloo. HEX triplet: 10, 12 and 07. RGB value is (16,18,7). Sum of RGB (Red+Green+Blue) = 16+18+7=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #101207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101207 is #EFEDF8. Grayscale: #101010. Windows color (decimal): -15724025 or 463376. OLE color: 463376.

HSL color Cylindrical-coordinate representation of color #101207: hue angle of 70.91º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #101207 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB16187-
CMYK0.1100.610.93
HSL70.91º44%4.9%-
HSV(B)70.91º61.11%7.06%-
XYZ0.470.560.28-
YUV16.15122.84127.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=39.02%
G=43.90%
B=17.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161870.1100.610.9370.91444.9
Hex10127B03D5D472c5
Octal2022713075135107545
Binary10000100101111011011110110111011000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101207; }

 p { color: rgb(16,18,7); }

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

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

 a { background-color: rgb(16,18,7); }

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

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

 span { border-color: rgb(16,18,7); }

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